diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-19 21:26:12 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-19 21:26:12 +0000 |
| commit | 4ffea305a052d4e3acf023c33a8dd471045f2c97 (patch) | |
| tree | 739e584a2e3d2a85ce80e7615661164b90300dfb /CHANGES.txt | |
| parent | 251ce7d166fa901b33f20cf46315ec464e3eac64 (diff) | |
| download | pyramid-4ffea305a052d4e3acf023c33a8dd471045f2c97.tar.gz pyramid-4ffea305a052d4e3acf023c33a8dd471045f2c97.tar.bz2 pyramid-4ffea305a052d4e3acf023c33a8dd471045f2c97.zip | |
Add notes about nominal deprecations.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
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 |
