summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index db13f4fa6..15954a481 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,15 @@
Next release
============
+Features
+--------
+
+- Add API named ``repoze.bfg.settings.get_settings`` which retrieves a
+ derivation of values passed as the ``options`` value of
+ ``repoze.bfg.router.make_app``. This API should be preferred
+ instead of using getUtility(ISettings). I added a new
+ ``repoze.bfg.settings`` API document as well.
+
Bug Fixes
---------