Updated Changes for path fix
[catagits/Catalyst-Runtime.git] / 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.