changelog and version bump
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index d1e795b..b5d9475 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,10 +3,28 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [OTHER]
+
+  * No changes from 2.0302 (other than a few minor documentation tweaks).
+
+2.0302 Wed, Nov 02, 2011
+
+  [BUG FIXES]
+
+  * Fix test failure on 5.8. (Dave Rolsky)
+
+  * Make make_immutable return value consistent and document it to be true.
+    (mst)
+
+2.0301 Fri, Oct 21, 2011
+
   [BUG FIXES]
 
   * Fix compilation on 5.8. Reported by ether. (doy)
 
+  * A custom error class caused a warning when the class that used it was made
+    immutable. Reported by Maroš Kollár. RT #71514. (Dave Rolsky)
+
   [ENHANCEMENTS]
 
   * The enum type will now allow single value enumerations. Previously, two or