Move all the public attributes in Catalyst::Dispatcher back to being private, remove...
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 6a40125..2a2ecba 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,14 @@
 # This file documents the revision history for Perl extension Catalyst.
 
-        - Rename attributes on Catalyst::Dispatcher back to be public
-          to work correctly with Catalyst::Plugin::Server and 
-          Catalyst::Plugin::Authorization::ACL (t0m)
+        - Remove unused action_container_class attribute from 
+          Catalyst::Dispatcher (t0m)
+        - Replace {_body} instance access with calls to _body accessors (t0m)
+        - Add backwards compatibility alias methods for private attributes on 
+          Catalyst::Dispatcher which used to be public. Needed by 
+          Catalyst::Plugin::Server and  Catalyst::Plugin::Authorization::ACL 
+          (t0m)
         - Fix return value of $c->req->body, which delegates to the body
-          method on the HTTP::Body of the request (t0m)
+          method on the requests HTTP::Body instance (t0m)
           - Test for this (t0m)
         - Fix calling $c->req->body from inside an overridden prepare_action
           method in a plugin, as used by Catalyst::Plugin::Server (t0m)