merged from master to sync release
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 595d249..e1eaea0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+5.90089_001 - TBA
+  - New Feature: Type Constraints on Args/CapturArgs.  ALlows you to declare
+    a Moose, MooseX::Types or Type::Tiny named constraint on your Arg or 
+    CaptureArg.
+  - New top level document on Route matching. (Catalyst::RouteMatching).
+
 5.90085 - 2015-03-25
   - Small change to Catalyst::Action to prevent autovivication of Args value (dim1++)
   - Minor typo fixes (Abraxxa++)