]> 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 0792dae8d4b42e0aaeff06557448ca6814a0aac0..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
@@ -52,6 +51,8 @@ API additions and enhancements:
        - Improved factory templates
         - added the status() attribute, although it's not used in many places 
             yet
+     Maypole::Model::CDBI
+       - improved error messages in do_edit action
 
 Bug fixes:
     Fix to cgi_maypole.t (bug 11346)
@@ -87,6 +88,7 @@ Documentation:
 
 Requirements:
    HTTP::Body now required
+   CGI::Untaint >= 1.26 now required rather than >= 0
 
 
 2.10 Tue 19 Jul 2005