code tidying
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 2b67c73..03f00d6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -8,6 +8,13 @@ for, noteworthy changes.
   * 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)
+
   [BUG FIXES]
 
   * duck_type type constraints now report reasonable errors when given
@@ -16,6 +23,11 @@ for, noteworthy changes.
   * 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)
+
 2.0102 Sat, Jun 18, 2011
 
   [ENHANCEMENTS]