summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-08-10 02:38:36 -0400
committerChris McDonough <chrism@plope.com>2013-08-10 02:38:36 -0400
commit1377480e027112afd8fdc4f75862b31b6111df0b (patch)
tree434666e0b36363a646e958032e091fa9d98817c1 /CHANGES.txt
parent6513e986e493b70cc7c4b5439902958e7aff63a4 (diff)
downloadpyramid-1377480e027112afd8fdc4f75862b31b6111df0b.tar.gz
pyramid-1377480e027112afd8fdc4f75862b31b6111df0b.tar.bz2
pyramid-1377480e027112afd8fdc4f75862b31b6111df0b.zip
add change note
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 8292a2382..457bfc7b7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -121,6 +121,12 @@ Features
https://github.com/Pylons/pyramid/pull/1004 and
https://github.com/Pylons/pyramid/pull/1046
+- The ``pserve`` command now takes a ``-v`` (or ``--verbose``) flag and a
+ ``-q`` (or ``--quiet``) flag. Output from running ``pserve`` can be
+ controlled using these flags. ``-v`` can be specified multiple times to
+ increase verbosity. ``-q`` sets verbosity to ``0`` unconditionally. The
+ default verbosity level is ``1``.
+
Bug Fixes
---------