add Bread::Board::Declare to smoker
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 02f85cb..3f1fd73 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,18 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+1.9904-TRIAL Fri, Mar 04, 2011
+
+  [BUG FIXES]
+
+  * Reinitializing anonymous roles used to accidentally clear out the role's
+    stash in some circumstances. This is now fixed. (doy)
+
+  * The Int type constraint now rejects integers with trailing newlines.
+    (Matthew Horsfall)
+
+1.9903-TRIAL Mon, Feb 28, 2011
+
   [BUG FIXES]
 
   * Don't initialize lazy attributes with defaults in the constructor (for
@@ -12,11 +24,6 @@ for, noteworthy changes.
     preserve roles and role applications. This led to weird bugs. Many MooseX
     modules end up reinitializing your class or role. (Dave Rolsky)
 
-  * Reverse the order that Moose::Exporter 'also' exports are dispatched. When
-    trying to re-export from a package that itself exported a modified set of 
-    Moose sugar, you'd get the original Moose sugar instead of the overrides. 
-    There are also now tests for this. (perigrin)
-
 1.9902-TRIAL Mon, Jan 03, 2011
 
   [OTHER]
@@ -63,6 +70,32 @@ for, noteworthy changes.
   * We now load the roles needed for native delegations only as needed. This
     speeds up the compilation time for Moose itself. (doy)
 
+
+1.24 Tue, Feb 24, 2011
+
+  [BUG FIXES]
+
+  * Reverse the order that Moose::Exporter 'also' exports are dispatched. When
+    trying to re-export from a package that itself exported a modified set of 
+    Moose sugar, you'd get the original Moose sugar instead of the overrides. 
+    There are also now tests for this. (perigrin)
+
+
+1.23 Sun, Feb 13, 2011
+
+  [PACKAGING FIX]
+
+  * The 1.22 release had a bad MANIFEST. This has been fixed.
+
+
+1.22 Sun, Feb 13, 2011
+
+  [BUG FIXES]
+
+  * When reinitializing meta objects for classes and roles, we failed to
+    preserve roles and role applications. This led to weird bugs. Many MooseX
+    modules end up reinitializing your class or role. (Dave Rolsky)
+
 1.21 Wed, Nov 24, 2010
 
   [ENHANCEMENTS]