From: Shawn M Moore Date: Thu, 9 Apr 2009 23:55:38 +0000 (-0400) Subject: Move 0.20 changes into the right section X-Git-Tag: 0.20~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=cf33c3d9bfe080fc3a9ddae85724d5bb4ce645ba Move 0.20 changes into the right section --- diff --git a/Changes b/Changes index 61e8bd6..635c92a 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,11 @@ Revision history for Mouse + +0.20 + * To improve Moose compat, the third argument to trigger + (the attribute metaobject) has been removed (Sartak) + + * To improve Moose compat, a single undef passed to new + is now disallowed (Sartak) * Implemented Mouse::Object->does (wu-lee) @@ -34,13 +41,6 @@ Revision history for Mouse * Fixed bug: immutable constructor now redispatches correctly to Mouse::Object::new when used in derived classes (wu-lee). - -0.20 - * To improve Moose compat, the third argument to trigger - (the attribute metaobject) has been removed (Sartak) - - * To improve Moose compat, a single undef passed to new - is now disallowed (Sartak) 0.19 Sun Mar 8 04:38:01 2009 * Parameterized type constraints for ArrayRef and HashRef (lestrrat)