Skip to content

Commit 5f935d5

Browse files
committed
Update changelog.
1 parent d3c382a commit 5f935d5

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

AUTHORS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ Authors
3939
* Michael Manganiello - https://github.com/adamantike
4040
* Anders Hovmöller - https://github.com/boxed
4141
* Zac Hatfield-Dodds - https://zhd.dev
42+
* Mateus Berardo de Souza Terra - https://github.com/MatTerra
43+
* Ganden Schaffner - https://github.com/gschaffner
44+
* Michał Górny - https://github.com/mgorny
45+
* Bernát Gábor - https://github.com/gaborbernat
46+
* Pamela McA'Nulty - https://github.com/PamelaM

CHANGELOG.rst

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

4+
2.11.0 (2021-01-18)
5+
-------------------
6+
7+
* Bumped minimum coverage requirement to 5.2.1. This prevents reporting issues.
8+
Contributed by Mateus Berardo de Souza Terra in `#443 <https://github.com/pytest-dev/pytest-cov/pull/433>`_.
9+
* Improved sample projects (from the `examples <https://github.com/pytest-dev/pytest-cov/tree/master/examples>`_
10+
directory) to support running `tox -e pyXY`. Now the example configures a suffixed coverage data file,
11+
and that makes the cleanup environment unnecessary.
12+
Contributed by Ganden Schaffner in `#435 <https://github.com/pytest-dev/pytest-cov/pull/435>`_.
13+
* Removed the empty `console_scripts` entrypoint that confused some Gentoo build script.
14+
I didn't ask why it was so broken cause I didn't want to ruin my day.
15+
Contributed by Michał Górny in `#434 <https://github.com/pytest-dev/pytest-cov/pull/434>`_.
16+
* Fixed the missing `coverage context <https://coverage.readthedocs.io/en/stable/contexts.html>`_
17+
when using subprocesses.
18+
Contributed by Bernát Gábor in `#443 <https://github.com/pytest-dev/pytest-cov/pull/443>`_.
19+
* Updated the config section in the docs.
20+
Contributed by Pamela McA'Nulty in `#429 <https://github.com/pytest-dev/pytest-cov/pull/429>`_.
21+
* Migrated CI to travis-ci.com (from .org).
22+
423
2.10.1 (2020-08-14)
524
-------------------
625

0 commit comments

Comments
 (0)