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 3d340cd..95d51c4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 # 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)