1 more MockObject removal
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index c9b5bef..ed00869 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  Bug fixes:
+        -  Revert change to URL encode things passed into $c->uri_for
+           Args and CaptureArgs as this causes breakage to pre-existing
+           applications.
+
+5.80005 2009-06-06 14:40:00
+
   Behaviour changes:
         - Arguments ($c->req->args) in Chained dispatch are now automatically
           URL decoded to be consistent with Local/Path dispatch (Caelum)