avoid warning in TC-with-dash test
[gitmo/Moose.git] / Changes
diff --git a/Changes b/Changes
index 2ea2209..df29c02 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,26 @@
 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.
+
+  [OTHER]
+
+  * The Moose test suite now uses Test::Fatal instead of Test::Exception
+
+1.17 Tue, Oct 19, 2010
+
+  [BUG FIXES]
+
+  * 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
 
   [ENHANCEMENTS]
 
@@ -18,7 +37,12 @@ NEXT
     Rolsky)
 
   * Allow disabling stack traces by setting an environment variable. See
-    Moose::Error::Default for details. (Marcus Ramberg)
+    Moose::Error::Default for details. This feature is considered
+    experimental, and may change in a future release. (Marcus Ramberg)
+
+  * The deprecation warning for using alias and excludes without a leading
+    dash now tells you the role being applied and what it was being applied
+    to. (mst).
 
   [BUG FIXES]