diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-20 11:14:23 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-20 11:14:23 +0000 |
| commit | eee8fb4a6d28a2e84b313b5518914b0fe1ab043e (patch) | |
| tree | c591ed279da5c5f6725c3c9cddffb0269c8968c2 /CHANGES.txt | |
| parent | e9c88cab25de6e0024ff0207ac6f541756a43a27 (diff) | |
| download | pyramid-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.txt | 7 |
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 |
