diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 39bf59210..bcedb19a1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next release -============ +1.3a9 (2012-02-22) +================== Features -------- @@ -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 --------------------------- |
