Merge branch 'gsoc_breadboard' into gsoc_breadboard_splittests
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index f107284..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