X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=75434369638f50d569524f77af38791d33f16bac;hb=3754a0f24c5a1f7494841e138070292afa4af70c;hp=20e51ea7b7e3c306fa1cd2fcb99afab1bb37c6e6;hpb=71e67bb4a4a03afe0ce3cf946f02ee7a0e658090;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 20e51ea..7543436 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,26 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * Anonymous classes and roles now have a unified implementation in + Class::MOP::Package. This means that anonymous packages are now also + possible. (Shawn M Moore, doy) + +2.0000 Mon, Apr 11, 2011 + + [API CHANGES] + + * The RegexpRef type constraint now accepts regular expressions blessed into + other classes, such as those found in pluggable regexp engines. + Additionally the 'Object' constraint no longer rejects objects implemented + as a blessed regular expression. (David Leadbeater) + + [OTHER] + + * Moose::Manual::Support now explicitly states when major releases are + allowed to happen (January, April, July, or October). + 1.9906-TRIAL Mon, Apr 04, 2011 [OTHER] @@ -47,6 +67,11 @@ for, noteworthy changes. [BUG FIXES] + * Reverse the order that Moose::Exporter 'also' exports are dispatched. When + trying to re-export from a package that itself exported a modified set of + Moose sugar, you'd get the original Moose sugar instead of the overrides. + There are also now tests for this. (perigrin) + * Don't initialize lazy attributes with defaults in the constructor (for immutable classes). (mo) @@ -115,9 +140,9 @@ for, noteworthy changes. [BUG FIXES] * Reverse the order that Moose::Exporter 'also' exports are dispatched. When - trying to re-export from a package that itself exported a modified set of - Moose sugar, you'd get the original Moose sugar instead of the overrides. - There are also now tests for this. (perigrin) + trying to re-export from a package that itself exported a modified set of + Moose sugar, you'd get the original Moose sugar instead of the overrides. + There are also now tests for this. (perigrin) (backported from 1.9903) 1.23 Sun, Feb 13, 2011 @@ -133,7 +158,8 @@ for, noteworthy changes. * When reinitializing meta objects for classes and roles, we failed to preserve roles and role applications. This led to weird bugs. Many MooseX - modules end up reinitializing your class or role. (Dave Rolsky) + modules end up reinitializing your class or role. (Dave Rolsky) (backported + from 1.9903) 1.21 Wed, Nov 24, 2010