From 538344f8be32c29c0a647eebed98eda777e69143 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 9 Dec 2009 17:26:20 +0000 Subject: - Added "Thread Locals" narrative chapter to documentation, and added a API chapter documenting the ``repoze.bfg.threadlocals`` module. --- docs/whatsnew-1.2.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/whatsnew-1.2.rst') 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. + -- cgit v1.2.3