Fix small typo
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 18efeaf..9231dde 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+1.9905-TRIAL Mon, Mar 28, 2011
+
   [NEW FEATURES]
 
   * The Moose::Meta::Role::Attribute class now has an original_role method
@@ -21,7 +23,7 @@ for, noteworthy changes.
     application), that metaclass would get lost when that role participated in
     role composition. It was also lost if that role was consumed by some other
     role. Both of these cases have been fixed. Attributes are always applied
-    with the applied_attribute metaclass of the role which originall defined
+    with the applied_attribute metaclass of the role which originally defined
     them. (Dave Rolsky)
 
 1.9904-TRIAL Fri, Mar 04, 2011
@@ -92,6 +94,15 @@ for, noteworthy changes.
     speeds up the compilation time for Moose itself. (doy)
 
 
+1.25 Fri, Apr 1, 2011
+
+  [BUG FIXES]
+
+  * Reinitializing anonymous roles used to accidentally clear out the role's
+    stash in some circumstances. This is now fixed. (doy) (backported from
+    1.9904)
+
+
 1.24 Tue, Feb 24, 2011
 
   [BUG FIXES]