import changelog from stable
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 8aa9b25..fdf3992 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,14 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+2.0601 Tue, May 01, 2012
+
+  [BUG FIXES]
+
+  * Fix init_meta order when multiple also packages are specified (this matters
+    when one of them is being used to actually initalize the metaclass,
+    typically with also => 'Moose'). Reported by Randy Stauner. (doy)
+
 2.0600 Sun, Apr 29, 2012
 
   [OTHER]