Move changelog for default fixes to NEXT
Dave Rolsky [Mon, 26 Jul 2010 17:54:46 +0000 (12:54 -0500)]
Changes

diff --git a/Changes b/Changes
index 7163ac1..309d5fa 100644 (file)
--- 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