summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-16 15:31:17 -0500
committerChris McDonough <chrism@plope.com>2012-01-16 15:31:17 -0500
commit83086463eb6f129fe7d02d90b866eb6780581da2 (patch)
treefc56780313e929b34847ede44870194022c13887 /CHANGES.txt
parentb20d68703af695c80e7844e8aae61ccf31cedaaa (diff)
downloadpyramid-83086463eb6f129fe7d02d90b866eb6780581da2.tar.gz
pyramid-83086463eb6f129fe7d02d90b866eb6780581da2.tar.bz2
pyramid-83086463eb6f129fe7d02d90b866eb6780581da2.zip
- Responses generated by Pyramid's ``static_view`` now use
a ``wsgi.file_wrapper`` (see http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling) when one is provided by the web server.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a755f6418..fc7fc1cab 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,11 @@ Features
This method provides conflict detection and is the suggested way to add
properties to a request.
+- Responses generated by Pyramid's ``static_view`` now use
+ a ``wsgi.file_wrapper`` (see
+ http://www.python.org/dev/peps/pep-0333/#optional-platform-specific-file-handling)
+ when one is provided by the web server.
+
1.3a5 (2012-01-09)
==================