Skip to content

Commit ae5ec79

Browse files
committed
Add CHANGELOG entry
1 parent 68a7a64 commit ae5ec79

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ Next Release
1010
- Add new ``--live-server-port`` option to select the port the live server will use (`#82`_).
1111
Thanks `@RazerM`_ for the PR.
1212

13+
- Now ``live_server`` will try to stop the server cleanly by emitting a ``SIGINT`` signal and
14+
waiting 5 seconds for the server to shutdown. If the server is still running after 5 seconds,
15+
it will be forcefully terminated. This behavior can be changed by passing
16+
``--no-live-server-clean-stop`` in the command-line (`#49`_).
17+
Thanks `@jadkik`_ for the PR.
18+
19+
.. _@jadkik: https://github.com/jadkik
1320
.. _@RazerM: https://github.com/RazerM
21+
.. _#49: https://github.com/pytest-dev/pytest-flask/issues/49
1422
.. _#82: https://github.com/pytest-dev/pytest-flask/pull/82
1523

1624

0 commit comments

Comments
 (0)