X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Changes;h=b93de7f48c9ef3533df4ef75358385d0607ffc42;hb=394a7a18e5ed1231ae53c52690bd602b49328c66;hp=e7b6d378c873e579bd447b30bdd68ab33ad94e47;hpb=6c19a422c2c4bc3457f311ffc0403b8644690074;p=maypole.git diff --git a/Changes b/Changes index e7b6d37..b93de7f 100644 --- 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