From: Aaron Trevena Date: Tue, 25 Apr 2006 13:27:42 +0000 (+0000) Subject: 2.11_pre2, updated Changes X-Git-Tag: 2.11~36 X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=c09994fa916c87876a4b1458e17ee2b5c5b500e5;p=maypole.git 2.11_pre2, updated Changes git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@484 48953598-375a-da11-a14b-00016c27c3ee --- diff --git a/Changes b/Changes index 20e9efb..a296f66 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