Skip to content

Commit 8e5e344

Browse files
committed
Prepare CHANGELOG for 1.0.0 release
1 parent 18011b9 commit 8e5e344

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

docs/changelog.rst

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,20 @@
33
Changelog
44
=========
55

6-
1.0.0 (UNRELEASED)
6+
1.0.0 (2020-03-03)
77
------------------
88

9-
- Python 2.7 is no longer supported.
9+
**Important**
10+
11+
- ``live_server`` is now ``session``-scoped by default. This can be changed by using the ``live-server_scope`` option in your ``pytest.ini`` (`#113`_). Thanks `@havok2063`_ for the initial patch and `@TWood67`_ for finishing it up.
12+
13+
- pytest 5.2 or later is now required.
14+
15+
- Python 2.7 and 3.4 are no longer supported.
16+
17+
.. _@havok2063: https://github.com/havok2063
18+
.. _@TWood67: https://github.com/TWood67
19+
.. _#113: https://github.com/pytest-dev/pytest-flask/pull/113
1020

1121
0.15.1 (2020-02-03)
1222
-------------------

0 commit comments

Comments
 (0)