changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index cfc9a5c..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]
@@ -23,6 +34,19 @@ for, noteworthy changes.
     Most simple cases should now only close over simple data types and
     coderefs. This should make deparsing simpler.
 
+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]
 
   * Make sure weak attributes remain weak when cloning. (doy, rafl)