summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0a8caac24..0f07c4faf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,9 @@ Features
- 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 a ZCA registry. They were added to
- allow for a more consistent testing API for applications that make
- use of the ZCA directly.
+ ``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