summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-20 11:14:23 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-20 11:14:23 +0000
commiteee8fb4a6d28a2e84b313b5518914b0fe1ab043e (patch)
treec591ed279da5c5f6725c3c9cddffb0269c8968c2 /CHANGES.txt
parente9c88cab25de6e0024ff0207ac6f541756a43a27 (diff)
downloadpyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.tar.gz
pyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.tar.bz2
pyramid-eee8fb4a6d28a2e84b313b5518914b0fe1ab043e.zip
Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter and config.registry.registerUtility will work).
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 09f306c9d..2d0cadd1b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,13 +22,6 @@ Features
``repoze.bfg.settings.get_settings`` API) after the configurator has
been initially set up. This is most useful for testing purposes.
-- Add two new APIs to the ``repoze.bfg.configuration.Configurator``
- class: ``add_adapter`` and ``add_utility``. These, respectively,
- perform the same functions as the ``registerAdapter`` and
- ``registerUtility`` functions of the configurator's underlying ZCA
- registry. They were added to allow for a more consistent testing
- API for applications that make use of the ZCA directly.
-
- Add a ``custom_predicates`` argument to the ``Configurator``
``add_view`` method, the ``bfg_view`` decorator and the attribute
list of the ZCML ``view`` directive. If ``custom_predicates`` is