diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-23 05:44:48 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-23 05:44:48 +0000 |
| commit | 44b16bf734c3d7aa9c862f492606ce065534cc7e (patch) | |
| tree | fd87d3777dcd410b3f9b0cc3fd0e241eb414be00 /CHANGES.txt | |
| parent | 4de36276d4ed21db9f63c4b7bb36d3a908fe56bd (diff) | |
| download | pyramid-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.txt | 7 |
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 -------------------------- |
