From: Dave Rolsky Date: Mon, 26 Jul 2010 17:54:46 +0000 (-0500) Subject: Move changelog for default fixes to NEXT X-Git-Tag: 1.10~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5719a51d40661dc4c5ca31bfa1978d1d9b19527;p=gitmo%2FMoose.git Move changelog for default fixes to NEXT --- diff --git a/Changes b/Changes index 7163ac1..309d5fa 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +NEXT + + [BUG FIXES] + + * Inlined code no longer stringifies numeric attribute defaults. (vg, doy) + + * default => undef now works properly. (doy) + 1.09 Tue, Jul 25, 2010 [API CHANGES] @@ -48,10 +56,6 @@ for, noteworthy changes. * Attributes now warn if their accessors overwrite a locally defined function (not just method). (doy) - * Inlined code no longer stringifies numeric attribute defaults (vg, doy). - - * default => undef now works properly (doy). - [OTHER] * Bump our required perl version to 5.8.3, since earlier versions fail tests