Skip to content

Commit 13c179f

Browse files
committed
Update changelog.
1 parent c347994 commit 13c179f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Changelog
22
=========
33

4-
2.8.2 (unreleased)
4+
2.9.0 (2020-05-??)
55
------------------
66

77
* Fixed ``RemovedInPytest4Warning`` when using Pytest 3.10.
88
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.
1010
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
13+
`#364 <https://github.com/pytest-dev/pytest-cov/pull/364>`_.
14+
* Various Python support updates (drop EOL 3.4, test against 3.8 final).
15+
Contributed by Hugo van Kemenade in
16+
`#336 <https://github.com/pytest-dev/pytest-cov/pull/336>`_ and
17+
`#367 <https://github.com/pytest-dev/pytest-cov/pull/367>`_.
18+
* Changed ``--cov-append`` to always enable ``data_suffix`` (a coverage setting).
19+
Contributed by Harm Geerts in
20+
`#387 <https://github.com/pytest-dev/pytest-cov/pull/387>`_.
21+
* Changed ``--cov-append`` to handle loading previous data better
22+
(fixes various path aliasing issues).
23+
* Various other testing improvements, github issue templates, example updates.
1124

1225
2.8.1 (2019-10-05)
1326
------------------

0 commit comments

Comments
 (0)