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: CHANGELOG.rst
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,26 @@
1
1
Changelog
2
2
=========
3
3
4
-
2.8.2 (unreleased)
4
+
2.9.0 (2020-05-??)
5
5
------------------
6
6
7
7
* Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10.
8
8
Contributed by Michael Manganiello in `#354 <https://github.com/pytest-dev/pytest-cov/pull/354>`_.
9
-
* Made pytest startup faster when plugin not active by lazy-importing.
9
+
* Made pytest startup faster when plugin not active by lazy-importing.
10
10
Contributed by Anders Hovmöller in `#339 <https://github.com/pytest-dev/pytest-cov/pull/339>`_.
11
+
* Various CI improvements.
12
+
Contributed by Daniel Hahler in `#363 <https://github.com/pytest-dev/pytest-cov/pull/>`_ and
0 commit comments