diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-20 22:49:47 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-20 22:49:47 -0500 |
| commit | 6ba0fc746b15262a018cd271efc14089a71d8297 (patch) | |
| tree | 71da0a57bfdb591d2acad62b108b8d3ba902ab0a | |
| parent | 9132f65d8cfcd197ff8bc33e6190556b77becc96 (diff) | |
| download | pyramid-6ba0fc746b15262a018cd271efc14089a71d8297.tar.gz pyramid-6ba0fc746b15262a018cd271efc14089a71d8297.tar.bz2 pyramid-6ba0fc746b15262a018cd271efc14089a71d8297.zip | |
garden
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b41a29a68..5344cb7d1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -13,7 +13,7 @@ Features - 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``. + http_port=8080``. See https://github.com/Pylons/pyramid/pull/714 Bug Fixes --------- |
