summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-12-19 21:48:36 +0000
committerChris McDonough <chrism@agendaless.com>2009-12-19 21:48:36 +0000
commit0adc2fe61c2e225dfa1bcf9a3d814ba394e95ce7 (patch)
tree1d9b9e98d16c9c0079d41f95d6499bedeee9a4ab /CHANGES.txt
parent4ffea305a052d4e3acf023c33a8dd471045f2c97 (diff)
downloadpyramid-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.txt6
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