]> git.decadent.org.uk Git - maypole.git/blobdiff - Changes
Tidied changes
[maypole.git] / Changes
diff --git a/Changes b/Changes
index b93de7f48c9ef3533df4ef75358385d0607ffc42..70ab26d3ad2572dd8dd89a64ebd370ad294d07ff 100644 (file)
--- a/Changes
+++ b/Changes
@@ -9,11 +9,9 @@ Deprecated:
     in $r->params, or anything else, is DEPRECATED and likely to break in future 
     releases. Be good, and use proper method calls. 
 
-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() renamed to is_model_applicable(), and returns boolean 
+    instead of a status code. Old-style is_applicable() will still work, 
+    but issues a warning.
 
 API additions and enhancements:
     Maypole::Application:
@@ -31,6 +29,8 @@ API additions and enhancements:
        - setup() split into setup(), setup_model(), and load_model_subclass()
         - added new path processing methods for ssl and default table/action
        - added make_path() and make_uri()
+     Templates:
+        - Improved pager macro/include
 
 Bug fixes:
     Fix to cgi_maypole.t (bug 11346)
@@ -55,6 +55,8 @@ Documentation:
            Maypole::Manual::About
        - added Maypole::Manual::Inheritance
        - added Maypole::Manual::Terminology
+        - updated Maypole::Manual::View
+        - updated Maypole::View:TT