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