summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-02-19 02:08:01 +0000
committerianb <devnull@localhost>2007-02-19 02:08:01 +0000
commit3317c08db036ffbfe6c6f96530d6e9d8b05c34d6 (patch)
treea41623c110cae41910e68e2c794daa343f30e055 /docs
parent13f2b58b6f8d9695522137b759c7a5d1dcd356b3 (diff)
downloadpaste-3317c08db036ffbfe6c6f96530d6e9d8b05c34d6.tar.gz
add .response() method to HTTPException objects (from damjam)
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 24688c3..4c2a641 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -14,6 +14,9 @@ svn trunk
size as well as last modified timestamp. Make it possible to
override how mimetypes are guessed.
+* ``HTTPException`` objects now have a ``exc.response(environ)``
+ method that returns a ``WSGIResponse`` object.
+
1.2.1
-----