summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index d2af41876..fda27592f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,12 @@ Bug Fixes
translations (``de``) would not work properly when using a localizer. See
https://github.com/Pylons/pyramid/issues/263
+- The static file serving machinery could not serve files that started with a
+ ``.`` (dot) character (hidden files).
+
+- The static file serving machinery inappropriately URL-quoted path segments
+ in filenames when asking for files from the filesystem.
+
Documentation
-------------