summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-06-20 00:57:30 -0400
committerChris McDonough <chrism@plope.com>2011-06-20 00:57:30 -0400
commitf8f08bac0ea9edcac40fae2b3ad56e6a1ac7f47f (patch)
tree3afd4c622f2dad1248fe20a35928a2c58e99af17 /CHANGES.txt
parentd69ae60b9a195c7cb72122b59335ba886bfffe50 (diff)
downloadpyramid-f8f08bac0ea9edcac40fae2b3ad56e6a1ac7f47f.tar.gz
pyramid-f8f08bac0ea9edcac40fae2b3ad56e6a1ac7f47f.tar.bz2
pyramid-f8f08bac0ea9edcac40fae2b3ad56e6a1ac7f47f.zip
responsecode -> exception_response
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 30001a7b5..ba392c7c6 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -39,10 +39,10 @@ Documentation
- Added API docs for ``pyramid.authentication.SessionAuthenticationPolicy``.
-- Added API docs for ``pyramid.httpexceptions.responsecode``.
+- Added API docs for ``pyramid.httpexceptions.exception_response``.
- Added "HTTP Exceptions" section to Views narrative chapter including a
- description of ``pyramid.httpexceptions.responsecode``.
+ description of ``pyramid.httpexceptions.exception_response``.
Features
--------
@@ -121,9 +121,9 @@ Features
within view code; when raised, this exception view will render the
exception to a response.
-- A function named ``pyramid.httpexceptions.responsecode`` is a shortcut that
- can be used to create HTTP exception response objects using an HTTP integer
- status code.
+- A function named ``pyramid.httpexceptions.exception_response`` is a
+ shortcut that can be used to create HTTP exception response objects using
+ an HTTP integer status code.
- The Configurator now accepts an additional keyword argument named
``exceptionresponse_view``. By default, this argument is populated with a