From: Dave Rolsky Date: Mon, 6 Apr 2009 16:43:00 +0000 (-0500) Subject: Doc destructor fix in changes X-Git-Tag: 0.73_02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9f818fdfc1c0acc76c4bb1b6e2aa3cb4ef299da2;p=gitmo%2FMoose.git Doc destructor fix in changes --- diff --git a/Changes b/Changes index a339001..9f92da3 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,11 @@ for, noteworthy changes. - initialize_body => _initialize_body (this is always called when an object is constructed) + * 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. + 0.73_01 * Moose::* - Call user_class->meta in fewer places, with the eventual goal