summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-20 22:50:05 -0500
committerChris McDonough <chrism@plope.com>2012-11-20 22:50:05 -0500
commit1dc4a9066be9d90a317127781b0ac0046df85cd9 (patch)
tree71da0a57bfdb591d2acad62b108b8d3ba902ab0a /CHANGES.txt
parentb5e4443dd28f3d4ed6e767e06d658838575d159e (diff)
parent6ba0fc746b15262a018cd271efc14089a71d8297 (diff)
downloadpyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.tar.gz
pyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.tar.bz2
pyramid-1dc4a9066be9d90a317127781b0ac0046df85cd9.zip
Merge branch 'sontek-fix_commands'
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 51266d15f..5344cb7d1 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,11 @@ Features
class. A similar microoptimization was done to
``pyramid.request.Request.is_response``.
+- Make it possible to use variable arguments on ``p*`` commands (``pserve``,
+ ``pshell``, ``pviews``, etc) in the form ``a=1 b=2`` so you can fill in
+ values in parameterized ``.ini`` file, e.g. ``pshell etc/development.ini
+ http_port=8080``. See https://github.com/Pylons/pyramid/pull/714
+
Bug Fixes
---------