diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-09 17:26:20 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-09 17:26:20 +0000 |
| commit | 538344f8be32c29c0a647eebed98eda777e69143 (patch) | |
| tree | d49d899735753e22a1ef306397b761a676c5c975 /docs/whatsnew-1.2.rst | |
| parent | e40eb200171e5917c4a8b7419127ae3e7b2af0ab (diff) | |
| download | pyramid-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.rst | 7 |
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. + |
