summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-21 02:01:18 -0500
committerChris McDonough <chrism@plope.com>2011-01-21 02:01:18 -0500
commit72ad3374afb491d652e2a22951b09ca399c8d0c5 (patch)
tree25debf41edcb18c11d6320cb6e4a6de13b775eb2 /CHANGES.txt
parentd5d1f0f750b944b453ac52a97d180b46fd65f915 (diff)
downloadpyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.gz
pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.tar.bz2
pyramid-72ad3374afb491d652e2a22951b09ca399c8d0c5.zip
- Add docs for ``add_finished_callback``, ``add_response_callback``,
``route_path``, ``route_url``, and ``static_url`` methods to ``pyramid.request.Request`` API docs.
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 babc95600..5c5588a45 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -25,6 +25,10 @@ Documentation
- Added "Adding Methods to the Configurator via ``add_directive``" section to
Advanced Configuration narrative chapter.
+- Add docs for ``add_finished_callback``, ``add_response_callback``,
+ ``route_path``, ``route_url``, and ``static_url`` methods to
+ ``pyramid.request.Request`` API docs.
+
Deprecations
-------------