diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-19 21:48:36 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-19 21:48:36 +0000 |
| commit | 0adc2fe61c2e225dfa1bcf9a3d814ba394e95ce7 (patch) | |
| tree | 1d9b9e98d16c9c0079d41f95d6499bedeee9a4ab /CHANGES.txt | |
| parent | 4ffea305a052d4e3acf023c33a8dd471045f2c97 (diff) | |
| download | pyramid-0adc2fe61c2e225dfa1bcf9a3d814ba394e95ce7.tar.gz pyramid-0adc2fe61c2e225dfa1bcf9a3d814ba394e95ce7.tar.bz2 pyramid-0adc2fe61c2e225dfa1bcf9a3d814ba394e95ce7.zip | |
- Add a new API to the ``repoze.bfg.configuration.Configurator``
class: ``add_settings``. This API can be used to add "settings"
(information returned within via the
``repoze.bfg.settings.get_settings`` API) after the configurator has
been initially set up. This is most useful for testing purposes.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0f07c4faf..5127fc4ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,12 @@ Next release Features -------- +- Add a new API to the ``repoze.bfg.configuration.Configurator`` + class: ``add_settings``. This API can be used to add "settings" + (information returned within via the + ``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 |
