prevent body_params from being reset on each access
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index d844ca9..5135713 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+ Documentation:
+  - Fix documentation in Catalyst::Component to show attributes and
+    calling readers, rather than accessing elements in the $self->{} hash
+    directly.
+  - Add note in Catalyst::Component to strongly disrecommend $self->config
+
+5.90011 - 2012-03-08 16:43:00
+
  Bug fixes:
   - Simplification of the previous changes to Catalyst::ScriptRunner
     We now just push $FindBin::Bin/../lib to the @INC path again, but
@@ -15,6 +23,8 @@
     and other loggers which open a file handle when
   - Change incorrect use of File::Spec->catdir to File::Spec->catfile
     so that we work on platforms which care about this (VMS?)
+  - Make it more obvious if our PSGI server doesn't pass in a response
+    callback.
 
 5.90010 - 2012-02-18 00:01:00