summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 19704d074..03036a089 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,14 @@ Features
- Added ``__len__`` and ``__nonzero__`` to ``repoze.bfg.testing:DummyModel``.
+- The ``repoze.bfg.registry.get_options`` callable used to return only
+ framework-specific keys and values in the dictionary it returned.
+ It now returns all the keys and values in the dictionary it is
+ passed *plus* any framework-specific settings culled from the
+ environment. As a side effect, all PasteDeploy application-specific
+ config file settings are made available as attributes of the
+ ``ISettings`` utility from within BFG.
+
- Renamed the existing BFG paster template to ``bfg_starter``. Added
another template showing default ZODB setup using ``repoze.zodbconn``.