diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-11-27 18:32:40 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-11-27 18:32:40 +0000 |
| commit | ca5419f32f5e16904f87db756f8e43194066f802 (patch) | |
| tree | 08c55e5a3d0a3156e7bf9876f689928d892ff288 /CHANGES.txt | |
| parent | 1b7145256411883ca5affcdf9dca2cb904874cea (diff) | |
| download | pyramid-ca5419f32f5e16904f87db756f8e43194066f802.tar.gz pyramid-ca5419f32f5e16904f87db756f8e43194066f802.tar.bz2 pyramid-ca5419f32f5e16904f87db756f8e43194066f802.zip | |
Remove ``zcml_configure`` API.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4b2682b30..2bd2cf197 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -252,6 +252,9 @@ Backwards Incompatibilites the responsibility of the ``repoze.bfg.includes`` ZCML to include this file in the past; it now just doesn't. +- The ``repoze.bfg.testing.zcml_configure`` API was removed. Use + the ``Configurator.load_zcml`` API instead. + Deprecations ------------ @@ -261,6 +264,14 @@ Deprecations ``repoze.bfg.configuration.Configurator`` class is now the preferred way to generate a WSGI application. + Note that ``make_app`` calls + ``zope.component.getSiteManager.sethook( + repoze.bfg.threadlocal.get_current_registry)`` on the caller's + behalf, hooking ZCA global API lookups, for backwards compatibility + purposes. If you disuse ``make_app``, your calling code will need + to perform this call itself, at least if your application uses the + ZCA global API (``getSiteManager``, ``getAdapter``, etc). + Dependencies ------------ |
