[Catalyst-commits] r11369 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Sep 16 17:14:31 GMT 2009


Author: t0m
Date: 2009-09-16 17:14:29 +0000 (Wed, 16 Sep 2009)
New Revision: 11369

Modified:
   Catalyst-Runtime/5.80/trunk/Changes
Log:
Changelog

Modified: Catalyst-Runtime/5.80/trunk/Changes
===================================================================
--- Catalyst-Runtime/5.80/trunk/Changes	2009-09-16 10:23:06 UTC (rev 11368)
+++ Catalyst-Runtime/5.80/trunk/Changes	2009-09-16 17:14:29 UTC (rev 11369)
@@ -1,9 +1,19 @@
 # This file documents the revision history for Perl extension Catalyst.
 #
 
-  - Require new Moose version and new versions of various dependencies
-    to avoid warnings from newest Moose release.
+  Bug fixes:
+    - Preserve immutable_options when temporarily making a class mutable in
+      Catalyst::ClassData as this is needed by new Class::MOP;
+    - Require new Moose version and new versions of various dependencies
+      to avoid warnings from newest Moose release.
 
+  Documentation:
+    - Rework the $c->go documentation to make it more clear.
+
+  Refactoring / cleanups:
+    - Action methods in the application class are deprecated and applications
+      using them will now generate a warning at startup.
+
 5.80012 2009-09-09 19:09:09
 
   Bug fixes:




More information about the Catalyst-commits mailing list