From 0378717f98f8fe7226eaa4f0ce0734262c61b174 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 6 Jan 2009 23:38:24 +0000 Subject: Note extended return value from get_options. --- CHANGES.txt | 8 ++++++++ 1 file changed, 8 insertions(+) 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``. -- cgit v1.2.3