X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=3a292a2ef4ec4372e20f1944b799d7de82d52731;hb=964294c1854e01a6dafe324c4f392acb528150a8;hp=0e42f0790c4fab3b5bc73e73ba400dee13e351c4;hpb=b0a788ea5caf5ae6742b72cd20a547bd473df6db;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 0e42f07..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 @@ -14,6 +74,12 @@ for, noteworthy changes. * No longer call XSLoader from multiple places, as this causes issues on older perls. (doy, ribasushi) + * Moose::Meta::Role->create now accepts the 'roles' parameter, as it was + documented to. (Chris Weyl) + + * Depend on Eval::Closure 0.04, which fixes some issues in mod_perl + environments. (doy, mateu) + 2.0000 Mon, Apr 11, 2011 [API CHANGES]