You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,20 @@
3
3
Changelog
4
4
=========
5
5
6
-
1.0.0 (UNRELEASED)
6
+
1.0.0 (2020-03-03)
7
7
------------------
8
8
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.
0 commit comments