diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-01-20 10:44:37 -0800 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2015-01-20 13:57:55 -0800 |
| commit | 8dd970873a58e1f017c8bce7be62409b313f74e1 (patch) | |
| tree | 7232ef52dfd5a2c518d6cc15b2299dc7cc9ba438 /CHANGES.txt | |
| parent | 64f9cfaf331310cf54285c49d705098aa3d07944 (diff) | |
| download | pyramid-8dd970873a58e1f017c8bce7be62409b313f74e1.tar.gz pyramid-8dd970873a58e1f017c8bce7be62409b313f74e1.tar.bz2 pyramid-8dd970873a58e1f017c8bce7be62409b313f74e1.zip | |
Give pserve the ability top open server in browser
E.g.:
pserve app.ini --browser
or:
pserve app.ini -b
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 150ca85b3..0a28dc248 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -68,6 +68,9 @@ Features possible to return bytes or unicode. See https://github.com/Pylons/pyramid/pull/1417 +- ``pserve`` can now take a ``-b`` or ``--browser`` option to open the server + URL in a web browser. See https://github.com/Pylons/pyramid/pull/1533 + Bug Fixes --------- |
