X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8b4b9335919828f1a56d62ea49af4fd797221c94;hb=1618650a5a85c21d7627d2812e2d38fa05e67944;hp=4878e55d289c0fdc6256ee585baa123331138f47;hpb=429473599d24c237fd86937fecca1f829b936335;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index 4878e55..8b4b933 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,27 @@ for, noteworthy changes. {{$NEXT}} +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 @@ -17,6 +38,9 @@ for, noteworthy changes. * 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]