summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-09-16 03:25:17 -0400
committerChris McDonough <chrism@plope.com>2012-09-16 03:25:17 -0400
commit37d2c224b804dfebe9ee217c7a536364eacdee15 (patch)
tree3a276b6e19299235d39db5e0e21c93c67eb0b76a /CHANGES.txt
parent277b2af26871a4d84730b6d3e38fbaa2f4102823 (diff)
downloadpyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.tar.gz
pyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.tar.bz2
pyramid-37d2c224b804dfebe9ee217c7a536364eacdee15.zip
docs and test
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6c210600c..6736f6d3e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -163,6 +163,9 @@ Features
- Added the ``pyramid.testing.testConfig`` context manager, which can be used
to generate a configurator in a test, e.g. ``with testing.testConfig(...):``.
+- Users can now invoke a subrequest from within view code using the
+ ``request.subrequest`` API.
+
Deprecations
------------
@@ -257,6 +260,9 @@ Documentation
how to show Pyramid-generated deprecation warnings while running tests and
while running a server.
+- Added a "Invoking a Subrequest" chapter to the documentation. It describes
+ how to use the new ``request.subrequest`` API.
+
Dependencies
------------