r9568@zaphod (orig r6091): ash | 2007-02-22 04:43:57 +1100
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 666c785..c547f97 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,8 +14,8 @@ This file documents the revision history for Perl extension Catalyst.
 
 5.7007  2007-03-13 14:18:00
         - Performance and stability improvements to the built-in HTTP server.
-        - Don't ignore file uploads if form contains a text field with the
-          same name.  (Carl Franks)
+        - Don't ignore file uploads if form contains a text field with the same name.
+          (Carl Franks)
         - Support restart_delay of 0 (for use in the POE engine).
         - Skip body processing if we don't have a Content-Length header.
           Results in about a 9% performance increase when handling GET/HEAD