Fix ->engine->env for the second time. I shouldn't have trusted the author of Catalys...
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index a917b78..95d51c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+        - Further change pushing 'env' attribute down into Catalyst::Engine
+          to make $c->engine->env work in all cases (kmx)
+        - Clarify correct techniques for Moose controllers (domm)
+        - Add $c->req->remote_user to disambiguate from $c->req->user (dwc)
+
 5.80004 2009-05-18 17:03:23
         - Rename the actions attribute in Catalyt::Controller to
           _controller_actions to avoid name clashes with application