diff options
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index abef4ab0e..0a8caac24 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,13 @@ Next release 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. + - 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 @@ -26,6 +33,13 @@ Features predicates when no existing predefined predicate is useful. Predefined and custom predicates can be mixed freely. +Internal +-------- + +- Cause the ``adapter``, ``utility``, and ``subscriber`` ZCML + directives to use a ``Configurator`` instance and associated + configurator APIs rather than a ZCA registry directly. + 1.2a6 (2009-12-18) ================== |
