]> git.decadent.org.uk Git - maypole.git/blobdiff - Changes
Tidied changes
[maypole.git] / Changes
diff --git a/Changes b/Changes
index 8a93719a1504a5ae1264dcb84f6ae818ec72436b..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:
@@ -21,7 +19,8 @@ API additions and enhancements:
     Maypole::Headers:
        add() alias to push() (wishlist 14142)
     Maypole:
-        - empty session() attribute, and get_session() method added.
+        - session() attribute, and get_session() method (no-op)
+        - user() attribute, and get_user() method (no-op)
         - get_session() now called during handler_guts() before authenticate()
         - new preprocess_path() method added and called by parse_path(), 
            parse_path() will leave any properties set by preprocess_path() in 
@@ -30,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)
@@ -54,6 +55,8 @@ Documentation:
            Maypole::Manual::About
        - added Maypole::Manual::Inheritance
        - added Maypole::Manual::Terminology
+        - updated Maypole::Manual::View
+        - updated Maypole::View:TT