X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Changes;h=89e02e7a216a84eb4d49a365e1a189ad8c5966d3;hb=7249c53d755f2eb5b8b5bb471ff49b8dd6f3dbf0;hp=d1a3fb9ee19b76f50073be54ba02520f3b13ef7f;hpb=432a630c59b57863c970edd60bac04f583dcd22c;p=maypole.git diff --git a/Changes b/Changes index d1a3fb9..89e02e7 100644 --- a/Changes +++ b/Changes @@ -11,9 +11,8 @@ Deprecated: 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() deprecated for is_model_applicable(). is_applicable is + an alias for is_model_applicable now. Maypole::Model - delete and search actions are now deprecated - use do_search and do_delete instead