diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-01-06 23:28:18 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-01-06 23:28:18 +0000 |
| commit | 09b96402ddc9f6a64b6d71d3be3b2d32c32e59df (patch) | |
| tree | 0f8bcd8919d370831db83c6c0f9057e9a7b34967 /CHANGES.txt | |
| parent | 9a385906465baa34ec5e63e3b8b0ab86e2f85f98 (diff) | |
| download | pyramid-09b96402ddc9f6a64b6d71d3be3b2d32c32e59df.tar.gz pyramid-09b96402ddc9f6a64b6d71d3be3b2d32c32e59df.tar.bz2 pyramid-09b96402ddc9f6a64b6d71d3be3b2d32c32e59df.zip | |
- 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.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0133a32e4..2908fde04 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,14 @@ Features - Renamed the existing BFG paster template to ``bfg_starter``. Added another template showing default ZODB setup using ``repoze.zodbconn``. +- 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. + 0.6.1 (2009-01-06) ================== |
