Skip to content

Commit 8f6e006

Browse files
committed
docs: edit the changelog
1 parent 33f12df commit 8f6e006

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES.rst

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ Unreleased
2626
- The Coverage object has a new method, :meth:`.Coverage.branch_stats` for
2727
getting simple branch information for a module. Closes `issue 1888`_.
2828

29+
- The :class:`Coverage constructor<.Coverage>` now has a ``plugins`` parameter
30+
for passing in plugin objects directly, thanks to `Alex Gaynor <pull
31+
1919_>`_.
32+
2933
- Many constant tests in if statements are now recognized as being optimized
3034
away. For example, previously ``if 13:`` would have been considered a branch
3135
with one path not taken. Now it is understood as always true and no coverage
3236
is missing.
3337

34-
- The experimental sys.monitoring support should now work for branch coverage
35-
if you are using Python newer than 3.14.0 alpha 5. This should greatly
36-
reduce the overhead coverage.py imposes on your test suite. Set the
37-
environment variable ``COVERAGE_CORE=sysmon`` to try it out.
38-
39-
- The :class:`Coverage constructor<.Coverage>` now has a ``plugins`` parameter
40-
for passing in plugin objects directly, thanks to `Alex Gaynor <pull
41-
1919_>`_.
38+
- The experimental sys.monitoring support now works for branch coverage if you
39+
are using Python 3.14.0 alpha 6 or newer. This should reduce the overhead
40+
coverage.py imposes on your test suite. Set the environment variable
41+
``COVERAGE_CORE=sysmon`` to try it out.
4242

4343
- Confirmed support for PyPy 3.11. Thanks Michał Górny.
4444

0 commit comments

Comments
 (0)