summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2013-03-20 23:12:32 -0500
committerMichael Merickel <michael@merickel.org>2013-03-20 23:12:32 -0500
commit38844f75e4a2cd85315f1d570b5b63d00ec1b0b4 (patch)
tree6d629e99011fda277ce4d2c5339da63e3564d769 /CHANGES.txt
parent6f065c08410cc892e93f276ec711d82b92ba6020 (diff)
downloadpyramid-38844f75e4a2cd85315f1d570b5b63d00ec1b0b4.tar.gz
pyramid-38844f75e4a2cd85315f1d570b5b63d00ec1b0b4.tar.bz2
pyramid-38844f75e4a2cd85315f1d570b5b63d00ec1b0b4.zip
update CHANGES.txt
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 6ff54884a..2366522df 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -21,6 +21,14 @@ Features
define how to properly handle IPv6. See
https://github.com/Pylons/pyramid/issues/831.
+- Make it possible to use variable arguments via
+ ``pyramid.paster.get_appsettings``. This also allowed the generated
+ ``initialize_db`` script from the ``alchemy`` scaffold to grow support
+ for options in the form ``a=1 b=2`` so you can fill in
+ values in a parameterized ``.ini`` file, e.g.
+ ``initialize_myapp_db etc/development.ini a=1 b=2``.
+ See https://github.com/Pylons/pyramid/pull/911
+
Bug Fixes
---------