Updated Changes for path fix
Andy Grundman [Tue, 11 Oct 2005 22:13:29 +0000 (22:13 +0000)]
Changes

diff --git a/Changes b/Changes
index 33a0d28..d614bbd 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Tis file documents the revision history for Perl extension Catalyst.
 
 5.50
+        - Fixed bug in req->path where changing the path added a trailing
+          slash.
         - Removed req->handle and res->handle
         - Added prepare_body_chunk method as a hook for upload progress.
         - Fixed bug in uri_for method when base has no path.