summaryrefslogtreecommitdiff
path: root/docs/whatsnew-1.2.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-09 17:26:20 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-09 17:26:20 +0000
commit538344f8be32c29c0a647eebed98eda777e69143 (patch)
treed49d899735753e22a1ef306397b761a676c5c975 /docs/whatsnew-1.2.rst
parente40eb200171e5917c4a8b7419127ae3e7b2af0ab (diff)
downloadpyramid-538344f8be32c29c0a647eebed98eda777e69143.tar.gz
pyramid-538344f8be32c29c0a647eebed98eda777e69143.tar.bz2
pyramid-538344f8be32c29c0a647eebed98eda777e69143.zip
- Added "Thread Locals" narrative chapter to documentation, and added
a API chapter documenting the ``repoze.bfg.threadlocals`` module.
Diffstat (limited to 'docs/whatsnew-1.2.rst')
-rw-r--r--docs/whatsnew-1.2.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/whatsnew-1.2.rst b/docs/whatsnew-1.2.rst
index a1ba1613d..32a878616 100644
--- a/docs/whatsnew-1.2.rst
+++ b/docs/whatsnew-1.2.rst
@@ -274,3 +274,10 @@ Documentation Enhancements
- Add a section entitled "Test Set Up and Tear Down" to the
unittesting chapter.
+- Remove explanation of changing the request type in a new request
+ event subscriber in the "Events" narrative documentation chapter, as
+ other predicates are now usually an easier way to get this done.
+
+- Added "Thread Locals" narrative chapter to documentation, and added
+ a API chapter documenting the ``repoze.bfg.threadlocals`` module.
+