diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-27 00:00:55 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-27 00:00:55 -0500 |
| commit | 38e4c7d6b0a51a92747e6c928599a7d651362c6c (patch) | |
| tree | 74fe65e8dc80614f3855a444740695d53cbceb75 /CHANGES.txt | |
| parent | 50e89abccc9c23949fb7cdd928a865712c34aa75 (diff) | |
| download | pyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.tar.gz pyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.tar.bz2 pyramid-38e4c7d6b0a51a92747e6c928599a7d651362c6c.zip | |
add get_appsettings API to paster
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index effce62b9..3e8a157c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,10 @@ Features - ``bpython`` interpreter compatibility in ``pshell``. See the "Command-Line Pyramid" narrative docs chapter for more information. +- Added ``get_appconfig`` function to ``pyramid.paster`` API. This function + returns the settings defined within an ``[app:...]`` section in a + PasteDeploy ini file. + Bug Fixes --------- |
