Skip to content

Commit 7c01530

Browse files
committed
Update changelog and authors.
1 parent 994fb00 commit 7c01530

File tree

2 files changed

+39
-7
lines changed

2 files changed

+39
-7
lines changed

AUTHORS.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ Authors
3030
* Семён Марьясин - https://github.com/MarSoft
3131
* Alexander Shadchin - https://github.com/shadchin
3232
* Thomas Grainger - https://graingert.co.uk
33-
* Ned Batchelder - https://nedbatchelder.com
33+
* Juanjo Bazán - https://github.com/xuanxu
34+
* Andrew Murray - https://github.com/radarhere
35+
* Ned Batchelder - https://nedbatchelder.com/
36+
* Albert Tugushev - https://github.com/atugushev
37+
* Martín Gaitán - https://github.com/mgaitan
38+
* Hugo van Kemenade - https://github.com/hugovk

CHANGELOG.rst

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

4-
2.7.2.dev0 (unreleased)
5-
-----------------------
4+
2.8.0 (2019-09-30)
5+
------------------
66

7-
* Added --cov-context option for setting the coverage.py dynamic context for
8-
each test.
9-
* Match pytest-xdist master/worker terminology.
10-
Contributed in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321>`_
7+
* Added compatibility with future xdist release that deprecates some internals
8+
(match pytest-xdist master/worker terminology).
9+
Contributed by Thomas Grainger in `#321 <https://github.com/pytest-dev/pytest-cov/pull/321>`_
10+
* Fixed breakage that occurs when multiple reporting options are used.
11+
Contributed by Thomas Grainger in `#338 <https://github.com/pytest-dev/pytest-cov/pull/338>`_.
12+
* Changed internals to use a stub instead of ``os.devnull``.
13+
Contributed by Thomas Grainger in `#332 <https://github.com/pytest-dev/pytest-cov/pull/332>`_.
14+
* Added support for Coverage 5.0.
15+
Contributed by Ned Batchelder in `#319 <https://github.com/pytest-dev/pytest-cov/pull/319>`_.
16+
* Added support for float values in ``--cov-fail-under``.
17+
Contributed by Martín Gaitán in `#311 <https://github.com/pytest-dev/pytest-cov/pull/311>`_.
18+
* Various documentation fixes. Contributed by
19+
Juanjo Bazán,
20+
Andrew Murray and
21+
Albert Tugushev in
22+
`#298 <https://github.com/pytest-dev/pytest-cov/pull/298>`_,
23+
`#299 <https://github.com/pytest-dev/pytest-cov/pull/299>`_ and
24+
`#307 <https://github.com/pytest-dev/pytest-cov/pull/307>`_.
25+
* Various testing improvements. Contributed by
26+
Ned Batchelder,
27+
Daniel Hahler,
28+
Ionel Cristian Mărieș and
29+
Hugo van Kemenade in
30+
`#313 <https://github.com/pytest-dev/pytest-cov/pull/313>`_,
31+
`#314 <https://github.com/pytest-dev/pytest-cov/pull/314>`_,
32+
`#315 <https://github.com/pytest-dev/pytest-cov/pull/315>`_,
33+
`#316 <https://github.com/pytest-dev/pytest-cov/pull/316>`_,
34+
`#325 <https://github.com/pytest-dev/pytest-cov/pull/325>`_,
35+
`#326 <https://github.com/pytest-dev/pytest-cov/pull/326>`_,
36+
`#334 <https://github.com/pytest-dev/pytest-cov/pull/334>`_ and
37+
`#335 <https://github.com/pytest-dev/pytest-cov/pull/335>`_.
1138

1239
2.7.1 (2019-05-03)
1340
------------------

0 commit comments

Comments
 (0)