X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a292a2ef4ec4372e20f1944b799d7de82d52731;hb=b06c3796081475bf8fac8de57a14616bf20310a4;hp=0b7f372be2383683769895ed3de77260e18ce0bd;hpb=8d34e96124db02264a59810b495ce7f7dfbb6cbd;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 0b7f372..3a292a2 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,66 @@ for, noteworthy changes. {{$NEXT}} + [BUG FIXES] + + * Make sure weak attributes remain weak when cloning. (doy, rafl) + +2.0006 Mon, May 09, 2011 + + [BUG FIXES] + + * Revert the List::MoreUtils version bump, as it breaks backwards + compatibility. The dependency will be bumped with Moose 2.0200. + +2.0005 Mon, May 09, 2011 + + [BUG FIXES] + + * Only sort the alias keys when determining caching. + +2.0004 Mon, May 09, 2011 + + [BUG FIXES] + + * Bump the List::MoreUtils dep to avoid buggy behavior in old versions. + + * Sort the list of roles and the alias and excludes parameters when + determining caching, since their order doesn't matter. + +2.0003 Mon, May 09, 2011 + + [BUG FIXES] + + * Applying multiple role objects (rather than role names) at once no longer + skips every other role. (rjbs) + + * Caching of anon classes now works more sanely in the presence of role + application parameters - alias and excludes options are taken into account, + and caching is disabled entirely if other parameters exist. Asking for + caching (instead of just not weakening) when parameters are given will + begin warning in Moose 2.0200. (doy, autarch) + +2.0002 Thu, Apr 28, 2011 + + [ENHANCEMENTS] + + * Provide definition context information for constructors and destructors, so + that they will show up as something other than "generated method (unknown + origin)". Also, add the package that accessors are defined in to their + definition context. + + * Use Devel::PartialDump in type constraint error messages, if it is + installed. + + [BUG FIXES] + + * Stop hiding warnings produced by throwing errors in DEMOLISH methods. + + * The 'reset' native delegation for Counter attributes will now also respect + builders (previously, it only respected defaults). + +2.0001 Fri, Apr 22, 2011 + [ENHANCEMENTS] * Anonymous classes and roles now have a unified implementation in