]> git.decadent.org.uk Git - maypole.git/blobdiff - Changes
Added user() attribute and get_user() stub.
[maypole.git] / Changes
diff --git a/Changes b/Changes
index e7b6d378c873e579bd447b30bdd68ab33ad94e47..b93de7f48c9ef3533df4ef75358385d0607ffc42 100644 (file)
--- a/Changes
+++ b/Changes
@@ -7,7 +7,7 @@ For information about current developments and future releases, see:
 Deprecated:
     Directly accessing the attributes of the request object, or the parameters 
     in $r->params, or anything else, is DEPRECATED and likely to break in future 
-    releases. 
+    releases. Be good, and use proper method calls. 
 
 Incompatible API changes:
     Maypole:
@@ -21,7 +21,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