summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2013-03-21 13:32:14 -0700
committerSteve Piercy <web@stevepiercy.com>2013-03-21 13:32:14 -0700
commita17c712f7f836b3506be069f60ee9ed8a8edb42b (patch)
treed42a28e8b692fd6da1289c2ca8f99a18a8a3e59f /CHANGES.txt
parent124daa3f3de2350ee4079d684736acd10b415046 (diff)
parentf38126c3214c936f022e68a1cac88c3cd8644879 (diff)
downloadpyramid-a17c712f7f836b3506be069f60ee9ed8a8edb42b.tar.gz
pyramid-a17c712f7f836b3506be069f60ee9ed8a8edb42b.tar.bz2
pyramid-a17c712f7f836b3506be069f60ee9ed8a8edb42b.zip
Merge remote-tracking branch 'upstream/master'
Conflicts: docs/tutorials/wiki2/installation.rst
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
---------