Test coercion on new hash members
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 813d2e9..22ad787 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,12 +1,25 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
-NEXT
+[NEXT]
+
+  [ENHANCEMENTS]
+
+  * Type constraint objects now have an assert_coerce method which will either
+    return a valid value or throw an error. (rjbs)
+
+  [OTHER]
+
+  * The Moose test suite now uses Test::Fatal instead of
+    Test::Exception. (rjbs)
+
+1.17 Tue, Oct 19, 2010
 
   [BUG FIXES]
 
-  * Wrap inline_get_value results in parentheses when dereferencing them,
-    because perl goes crazy trying to parse @{do {...}}. (Scott, doy)
+  * Make native delegation inlining work with instance metaclasses where slot
+    access is an do {} block, like Kioku. This fixes the use of native
+    delegations together with Kioku. (Scott, doy)
 
 1.16 Mon, Oct 18, 2010