diff options
| author | Michael Merickel <michael@merickel.org> | 2017-03-29 11:23:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-29 11:23:57 -0500 |
| commit | 126c63581d72e2818c8e37edbc47b49682f575e1 (patch) | |
| tree | 75ca657c181409c1d46537a7c0ca0dbf79ead998 /CHANGES.txt | |
| parent | 441503653073f465c0140f6f78f079526cf8efc2 (diff) | |
| parent | 839dbff79f43a8f76d2be9edd95f78308a316deb (diff) | |
| download | pyramid-126c63581d72e2818c8e37edbc47b49682f575e1.tar.gz pyramid-126c63581d72e2818c8e37edbc47b49682f575e1.tar.bz2 pyramid-126c63581d72e2818c8e37edbc47b49682f575e1.zip | |
Merge pull request #2984 from mmerickel/pserve-open-url
pserve open_url config setting
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9056320c5..7676a69f9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -10,6 +10,14 @@ Features request that the policy may create more than one request for retry purposes. See https://github.com/Pylons/pyramid/pull/2964 +- Support an ``open_url`` config setting in the ``pserve`` section of the + config file. This url is used to open a web browser when ``pserve --browser`` + is invoked. When this setting is unavailable the ``pserve`` script will + attempt to guess the port the server is using from the + ``server:<server_name>`` section of the config file but there is no + requirement that the server is being run in this format so it may fail. + See https://github.com/Pylons/pyramid/pull/2984 + Bug Fixes --------- |
