summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-27 00:00:55 -0500
committerChris McDonough <chrism@plope.com>2011-11-27 00:00:55 -0500
commit38e4c7d6b0a51a92747e6c928599a7d651362c6c (patch)
tree74fe65e8dc80614f3855a444740695d53cbceb75 /CHANGES.txt
parent50e89abccc9c23949fb7cdd928a865712c34aa75 (diff)
downloadpyramid-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.txt4
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
---------