summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
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