Don't expect CMOP::Class to have a $VERSION var (when running before dzil build it...
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index e11f4ab..918b422 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,20 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+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
+    more values were required. (rjbs)
+
 2.0300 Fri, Sep 23, 2011
 
   [DEPRECATIONS]