summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-23 05:44:48 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-23 05:44:48 +0000
commit44b16bf734c3d7aa9c862f492606ce065534cc7e (patch)
treefd87d3777dcd410b3f9b0cc3fd0e241eb414be00 /CHANGES.txt
parent4de36276d4ed21db9f63c4b7bb36d3a908fe56bd (diff)
downloadpyramid-44b16bf734c3d7aa9c862f492606ce065534cc7e.tar.gz
pyramid-44b16bf734c3d7aa9c862f492606ce065534cc7e.tar.bz2
pyramid-44b16bf734c3d7aa9c862f492606ce065534cc7e.zip
- Most uses of the ZCA threadlocal API (the ``getSiteManager``,
``getUtility``, ``getAdapter``, ``getMultiAdapter`` threadlocal API) have been removed from the core. Instead, when a threadlocal is necessary, the core uses the ``repoze.bfg.threadlocal.get_current_registry`` API to obtain the registry.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7fc56546f..4fb94ba96 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -81,6 +81,13 @@ Internals
- The ``repoze.bfg.request.FakeRequest`` class has been removed.
+- Most uses of the ZCA threadlocal API (the ``getSiteManager``,
+ ``getUtility``, ``getAdapter``, ``getMultiAdapter`` threadlocal API)
+ have been removed from the core. Instead, when a threadlocal is
+ necessary, the core uses the
+ ``repoze.bfg.threadlocal.get_current_registry`` API to obtain the
+ registry.
+
Backwards Incompatibilites
--------------------------