X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Changes;h=2ca5c9ab1259347c0f7562ce8534d6fa247b3207;hb=6dcd065db4b7922515289b4137428e7fcaa46b6f;hp=20e9efb1f9205387c715c62871a79adbbbfd2d0c;hpb=a502321f6b061747cb9bb320fd514febe58467f3;p=maypole.git diff --git a/Changes b/Changes index 20e9efb..2ca5c9a 100644 --- a/Changes +++ b/Changes @@ -13,9 +13,11 @@ Deprecated: has replaced it. Incompatible API changes: - Maypole: + Maypole - is_applicable() deprecated for is_model_applicable(). is_applicable is - an alias for is_model_applicable now. + an alias for is_model_applicable now. + Maypole::Constants + - ERROR constant now 500, previously -1 (bug #18901) Maypole::Model - delete and search actions are now deprecated - use do_search and do_delete instead @@ -79,6 +81,7 @@ Bug fixes: fixed problems with stringify_self and untaint missing ignore columns (bug 15678) fixed Maypole::Model::CDBI::Plain to JustWork(TM) with plain CDBI Classes (bug 16977) some silent death scenarios resolved + Now initializes template_args, stash, parmas, objects and others to correct data type. (bug 15147) Documentation: Fix to documentation for CGI::Maypole (bug 7263)