Fix paths with URI encoding as the first path part
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index d2d16d6..7832e73 100644 (file)
--- a/Changes
+++ b/Changes
@@ -12,6 +12,9 @@
      an action object has been fixed to not just encode the first slash in
      any set of args/captures.
 
+   - nginx and lighttpd FCGI requests with URI encoded sections as the first
+     path part have been fixed to operate correctly.
+
   New features:
    - Allow passing additional arguments to action constructors.