summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-20 22:49:47 -0500
committerChris McDonough <chrism@plope.com>2012-11-20 22:49:47 -0500
commit6ba0fc746b15262a018cd271efc14089a71d8297 (patch)
tree71da0a57bfdb591d2acad62b108b8d3ba902ab0a /CHANGES.txt
parent9132f65d8cfcd197ff8bc33e6190556b77becc96 (diff)
downloadpyramid-6ba0fc746b15262a018cd271efc14089a71d8297.tar.gz
pyramid-6ba0fc746b15262a018cd271efc14089a71d8297.tar.bz2
pyramid-6ba0fc746b15262a018cd271efc14089a71d8297.zip
garden
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
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
---------