Skip to content

Commit

Permalink
docs: start changelog entries with capital letters
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 23, 2024
1 parent d1a916a commit f219144
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Unreleased
Version 7.6.7 — 2024-11-15
--------------------------

- fix: ugh, the other assert from 7.6.5 can also be encountered in the wild,
- Fix: ugh, the other assert from 7.6.5 can also be encountered in the wild,
so it's been restored to a conditional. Sorry for the churn.


Expand All @@ -64,14 +64,14 @@ Version 7.6.6 — 2024-11-15
Version 7.6.5 — 2024-11-14
--------------------------

- fix: fine-tuned the exact Python version (3.12.6) when exiting from ``with``
- Fix: fine-tuned the exact Python version (3.12.6) when exiting from ``with``
statements changed how they traced. This affected whether people saw the
fix for `issue 1880`_.

- fix: isolate our code more from mocking in the os module that in rare cases
- Fix: isolate our code more from mocking in the os module that in rare cases
can cause `bizarre behavior <pytest-cov-666_>`_.

- refactor: some code unreachable code paths in parser.py were changed to
- Refactor: some code unreachable code paths in parser.py were changed to
asserts. If you encounter any of these, please let me know!

.. _pytest-cov-666: https://github.com/pytest-dev/pytest-cov/issues/666
Expand All @@ -82,7 +82,7 @@ Version 7.6.5 — 2024-11-14
Version 7.6.4 — 2024-10-20
--------------------------

- fix: multi-line ``with`` statements could cause contained branches to be
- Fix: multi-line ``with`` statements could cause contained branches to be
incorrectly marked as missing (`issue 1880`_). This is now fixed.

.. _issue 1880: https://github.com/nedbat/coveragepy/issues/1880
Expand Down

0 comments on commit f219144

Please sign in to comment.