Fixed reinitialization bug that lost all role meta info
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 7e58898..880a4b0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,33 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [BUG FIXES]
+
+  * Don't initialize lazy attributes with defaults in the constructor (for
+    immutable classes). (mo)
+
+  * 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.9902-TRIAL Mon, Jan 03, 2011
+
+  [OTHER]
+
+  * Fix generation of CCFLAGS.
+
+  * Add a bit more Dist::Zilla functionality.
+
+1.9901-TRIAL Mon, Jan 03, 2011
+
+  [OTHER]
+
+  * Fix some indexing issues.
+
+  * Fix a few issues with the conflict checking stuff.
+
+1.9900-TRIAL Sat, Jan 01, 2011
+
   [OTHER]
 
   * The entire Class::MOP distribution has been merged with Moose. In the