From: Dave Rolsky Date: Thu, 22 Jan 2009 22:39:10 +0000 (+0000) Subject: update changes for release X-Git-Tag: 0.65~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b7e4bda42aa3ed450bdc9f28d67f0586180666;p=gitmo%2FMoose.git update changes for release --- diff --git a/Changes b/Changes index 6ac20bc..286c550 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Moose -0.65 +0.65 Thu, January 22, 2008 * Moose and Moose::Meta::Method::Overridden - If an overridden method called super(), and then the superclass's method (not overridden) _also_ called super(), @@ -22,6 +22,15 @@ Revision history for Perl extension Moose - Added Moose::Util::TypeConstraints to the SEE ALSO section. (pjf) + * Moose::Role + - Methods created via an attribute can now fulfill a "requires" + declaration for a role. (nothingmuch) + + * Moose::Meta::Method::* + - Stack traces from inlined code will now report its line and + file as being in your class, as opposed to in Moose + guts. (nothingmuch). + 0.64 Wed, December 31, 2008 * Moose::Meta::Method::Accessor - Always inline predicate and clearer methods (Sartak)