diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-20 22:49:33 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-20 22:49:33 -0500 |
| commit | 9132f65d8cfcd197ff8bc33e6190556b77becc96 (patch) | |
| tree | 72c5447073635c0ddf11bc31b197db901160035c /CHANGES.txt | |
| parent | c6a575052ae14e515c288e77a452440030c1cdcd (diff) | |
| download | pyramid-9132f65d8cfcd197ff8bc33e6190556b77becc96.tar.gz pyramid-9132f65d8cfcd197ff8bc33e6190556b77becc96.tar.bz2 pyramid-9132f65d8cfcd197ff8bc33e6190556b77becc96.zip | |
garden
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 51266d15f..b41a29a68 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``. + Bug Fixes --------- |
