]> git.decadent.org.uk Git - maypole.git/blobdiff - Changes
update deprecation warning in Changes and fix to M::M::CDBI delete action
[maypole.git] / Changes
diff --git a/Changes b/Changes
index d1a3fb9ee19b76f50073be54ba02520f3b13ef7f..89e02e7a216a84eb4d49a365e1a189ad8c5966d3 100644 (file)
--- a/Changes
+++ b/Changes
@@ -11,9 +11,8 @@ Deprecated:
 
 Incompatible API changes:
     Maypole:
-        - is_applicable() renamed to is_model_applicable(), and returns boolean 
-            instead of a status code. Old-style is_applicable() will still work, 
-            but issues a warning.
+        - is_applicable() deprecated for is_model_applicable(). is_applicable is
+         an alias for is_model_applicable now.        
     Maypole::Model
        - delete and search actions are now deprecated - use do_search and do_delete
          instead