indicate TRIAL status in changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 6c7ba45..8171ccb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,7 +3,44 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
-2.0100 Mon, Jun 06, 2011
+2.0103-TRIAL Mon, Jun 20, 2011
+
+  [DEPRECATIONS]
+
+  * Several things that have been deprecated for a while have been removed. See
+    the 2.0000 section in Moose::Manual::Delta for details.
+
+  [NEW FEATURES]
+
+  * New Moose::Util::TypeConstraints::union function for creating union type
+    constraints without having to rely on the string type constraint parsing.
+    This also allows for creating unions of anonymous type constraints.
+    (kentnl)
+
+  [OTHER]
+
+  * Include changes from Moose 2.0009.
+
+2.0102-TRIAL Sat, Jun 18, 2011
+
+  [ENHANCEMENTS]
+
+  * The native Array trait now has a 'first_index' method, which works just
+    like the version in List::MoreUtils. (Karen Etheridge)
+
+  * Clean up some internal code to help out extensions.
+
+  [OTHER]
+
+  * Include changes from Moose 2.0008.
+
+2.0101-TRIAL Mon, Jun 06, 2011
+
+  [OTHER]
+
+  * Various packaging issues.
+
+2.0100-TRIAL Mon, Jun 06, 2011
 
   [DEPRECATIONS]
 
@@ -14,8 +51,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 +60,36 @@ 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.0009 Sun, Jun 19, 2011
+
+  [BUG FIXES]
+
+  * duck_type type constraints now report reasonable errors when given
+    something which isn't an instance of an object. (t0m)
+
+  * Moose::Util::apply_all_roles now works even if the applicant is a non-Moose
+    class. (perigrin)
+
+  * When an object is reblessed, triggers are called on attributes that are
+    set during the reblessing. (Karen Etheridge).
+
+  [OTHER]
+
+  * Better error message if Moose->init_meta is called with a 'metaclass'
+    option when that metaclass hasn't been loaded. (jasonmay)
+
+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]