From eee8fb4a6d28a2e84b313b5518914b0fe1ab043e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 20 Dec 2009 11:14:23 +0000 Subject: Get rid of add_adapter and add_utility APIs (config.registry.registerAdapter and config.registry.registerUtility will work). --- CHANGES.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CHANGES.txt') 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 -- cgit v1.2.3