private actions now have default signature of (@)
[catagits/CatalystX-Declare.git] / Changes
diff --git a/Changes b/Changes
index 7134ecd..30a747a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,11 @@
     - path parts and chain base actions are parameterizable
     - action names are parameterizable
     - fixed parameterized role target meta object bug
+    - dispatch type mutabilisation for manipulation now done more
+      sanely (Tomas Doran).
+    - fixed M:I requirement handling for authors.
+    - controller roles are now applied all at once (Tomas Doran).
+    - private actions now have a default signature of (@).
 
 [0.010] Sun Sep 13 15:52:01 CEST 2009
     - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL )