summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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