Skip to content

Commit f02132d

Browse files
committed
Update changelog.
1 parent fa3f0ef commit f02132d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

CHANGELOG.rst

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

4-
2.6.2 (2019-02-05)
4+
2.7.0 (2019-05-03)
55
------------------
66

7-
* Fixed ``'NoneType' object has no attribute 'configure_node'`` issue.
7+
* Fixed ``AttributeError: 'NoneType' object has no attribute 'configure_node'`` error when ``--no-cov`` is used.
88
Contributed by Alexander Shadchin in `#263 <https://github.com/pytest-dev/pytest-cov/pull/263>`_.
9+
* Various testing and CI improvements. Contributed by Daniel Hahler in
10+
`#255 <https://github.com/pytest-dev/pytest-cov/pull/255>`_,
11+
`#266 <https://github.com/pytest-dev/pytest-cov/pull/266>`_,
12+
`#272 <https://github.com/pytest-dev/pytest-cov/pull/272>`_,
13+
`#271 <https://github.com/pytest-dev/pytest-cov/pull/271>`_ and
14+
`#269 <https://github.com/pytest-dev/pytest-cov/pull/269>`_.
15+
* Improved documentation regarding subprocess and multiprocessing.
16+
Contributed in `#265 <https://github.com/pytest-dev/pytest-cov/pull/265>`_.
17+
* Improved ``pytest_cov.embed.cleanup_on_sigterm`` to be reentrant (signal deliveries while signal handling is
18+
running won't break stuff).
19+
* Added ``pytest_cov.embed.cleanup_on_signal`` for customized cleanup.
20+
* Improved cleanup code and fixed various issues with leftover data files. All contributed in
21+
`#265 <https://github.com/pytest-dev/pytest-cov/pull/265>`_ or
22+
`#262 <https://github.com/pytest-dev/pytest-cov/pull/262>`_.
23+
* Improved help text for CLI options.
924

1025
2.6.1 (2019-01-07)
1126
------------------

0 commit comments

Comments
 (0)