summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index fda27592f..4b4f36dc4 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,10 +9,12 @@ Bug Fixes
https://github.com/Pylons/pyramid/issues/263
- The static file serving machinery could not serve files that started with a
- ``.`` (dot) character (hidden files).
+ ``.`` (dot) character.
-- The static file serving machinery inappropriately URL-quoted path segments
- in filenames when asking for files from the filesystem.
+- Static files with high-order (extra-ASCII) characters in their names could
+ not be served by a static view. The static file serving machinery
+ inappropriately URL-quoted path segments in filenames when asking for files
+ from the filesystem.
Documentation
-------------