URI-decode chained args
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 3d340cd..78e30cb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 # 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)
+        - Also fix $c->engine->env in Catalyst::Test tests (kmx)
+          - Tests for this (t0m)
         - Clarify correct techniques for Moose controllers (domm)
         - Add $c->req->remote_user to disambiguate from $c->req->user (dwc)