From: Tomas Doran (t0m) Date: Tue, 7 Apr 2009 09:32:47 +0000 (+0100) Subject: Merge X-Git-Tag: 0.75_01~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=09ff327ef77c6b6dfc071283574fb03fd1854be1;p=gitmo%2FMoose.git Merge --- 09ff327ef77c6b6dfc071283574fb03fd1854be1 diff --cc Changes index 83c00db,8b460fa..0d9b1c0 --- a/Changes +++ b/Changes @@@ -1,26 -1,13 +1,29 @@@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.73_02 Mon, April 6, 2009 + * More deprecations and renamings + - Moose::Meta::Method::Constructor + - initialize_body => _initialize_body (this is always called + when an object is constructed) + + * Moose::Object + - The DEMOLISHALL method could throw an exception during global + destruction, meaning that your class's DEMOLISH methods would + not be properly called. Reported by t0m. + + * Moose::Meta::Method::Destructor + - Destructor inlining was totally broken by the change to the + is_needed method in 0.72_01. Now there is a test for this + feature, and it works again. + + * Moose::Util + - Bold the word 'not' in the POD for find_meta (t0m) + -0.74 +0.73_01 Sun, April 5, 2009 * Moose::* - - Call user_class->meta in fewer places, with the eventual - goal of allowing the user to rename or exclude ->meta + - Call user_class->meta in fewer places, with the eventual goal + of allowing the user to rename or exclude ->meta altogether. Instead uses Class::MOP::class_of. (Sartak) * Moose::Meta::Method::Accessor