indicate TRIAL status in changelog
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 03f00d6..8171ccb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,6 +3,8 @@ for, noteworthy changes.
 
 {{$NEXT}}
 
+2.0103-TRIAL Mon, Jun 20, 2011
+
   [DEPRECATIONS]
 
   * Several things that have been deprecated for a while have been removed. See
@@ -15,20 +17,11 @@ for, noteworthy changes.
     This also allows for creating unions of anonymous type constraints.
     (kentnl)
 
-  [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)
-
   [OTHER]
 
-  * Better error message if Moose->init_meta is called with a 'metaclass'
-    option when that metaclass hasn't been loaded. (jasonmay)
+  * Include changes from Moose 2.0009.
 
-2.0102 Sat, Jun 18, 2011
+2.0102-TRIAL Sat, Jun 18, 2011
 
   [ENHANCEMENTS]
 
@@ -41,13 +34,13 @@ for, noteworthy changes.
 
   * Include changes from Moose 2.0008.
 
-2.0101 Mon, Jun 06, 2011
+2.0101-TRIAL Mon, Jun 06, 2011
 
   [OTHER]
 
   * Various packaging issues.
 
-2.0100 Mon, Jun 06, 2011
+2.0100-TRIAL Mon, Jun 06, 2011
 
   [DEPRECATIONS]
 
@@ -67,6 +60,24 @@ for, noteworthy changes.
     Most simple cases should now only close over simple data types and
     coderefs. This should make deparsing simpler.
 
+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]