changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 6c7ba45..82ad5e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,17 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+  [ENHANCEMENTS]
+
+  * The native Array trait now has a 'first_index' method, which works just
+    like the version in List::MoreUtils. (Karen Etheridge)
+
+2.0101 Mon, Jun 06, 2011
+
+  [OTHER]
+
+  * Various packaging issues.
+
 2.0100 Mon, Jun 06, 2011
 
   [DEPRECATIONS]
@@ -14,8 +25,8 @@ for, noteworthy changes.
   [NEW FEATURES]
 
   * Type constraints can now provide inlined versions, which should make
-    inlined code which uses type constraints (such as accessors) faster.
-    (Dave Rolsky)
+    inlined code which uses type constraints (such as accessors) faster. This
+    replaces the existing hand-optimized constraint feature.  (Dave Rolsky)
 
   [ENHANCEMENTS]
 
@@ -23,8 +34,18 @@ for, noteworthy changes.
     Most simple cases should now only close over simple data types and
     coderefs. This should make deparsing simpler.
 
-  * Type constraints can now inline their constraint checks. This replaces the
-    existing hand-optimized constraint feature.
+2.0008 Thu, Jun 16, 2011
+
+  [BUG FIXES]
+
+  * The 'accessor' native delegation for hashrefs now allows setting the value
+    to undef. (sugoik, doy)
+
+  [ENHANCEMENTS]
+
+  * Various generated methods have more useful context information. (doy)
+
+2.0007 Sun, May 15, 2011
 
   [BUG FIXES]