summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-22 20:02:03 -0500
committerChris McDonough <chrism@plope.com>2012-02-22 20:02:03 -0500
commit6b3cca0d548c0c3bcec62902f5b261df4e7c1d1e (patch)
tree453a3aaeba0a22472aeefe58af3d720abeeae00f /CHANGES.txt
parent08f805a360185c648bfeccbbe568a97f0f036a0c (diff)
downloadpyramid-6b3cca0d548c0c3bcec62902f5b261df4e7c1d1e.tar.gz
pyramid-6b3cca0d548c0c3bcec62902f5b261df4e7c1d1e.tar.bz2
pyramid-6b3cca0d548c0c3bcec62902f5b261df4e7c1d1e.zip
- New APIs: ``pyramid.response.FileResponse`` and
``pyramid.response.FileIter``, for usage in views that must serve files "manually".
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 39bf59210..ecac7a68f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,10 @@ Features
be preferred over using ``pyramid.view.view_config`` with
``context=HTTPForbidden`` as was previously recommended.
+- New APIs: ``pyramid.response.FileResponse`` and
+ ``pyramid.response.FileIter``, for usage in views that must serve files
+ "manually".
+
Backwards Incompatibilities
---------------------------