changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index b5ed29f..82ad5e8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,11 +3,49 @@ 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]
+
+  * Using a hand-optimized type constraint is now deprecated. In keeping with
+    our release policy, this won't actually start warning until the 2.0200
+    release.
+
   [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]
+
+  * Remove a lot of cases where generated methods closed over meta objects.
+    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]
 
@@ -75,15 +113,6 @@ for, noteworthy changes.
     Class::MOP::Package. This means that anonymous packages are now also
     possible. (Shawn M Moore, doy)
 
-  * Type constraints can now inline their constraint checks. This replaces the
-    existing hand-optimized constraint feature.
-
-  [DEPRECATIONS]
-
-  * Using a hand-optimized type constraint is now deprecated. In keeping with
-    our release policy, this won't actually start warning until the 2.0200
-    release.
-
   [BUG FIXES]
 
   * No longer call XSLoader from multiple places, as this causes issues on