Skip to content

Commit f219144

Browse files
committed
docs: start changelog entries with capital letters
1 parent d1a916a commit f219144

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Unreleased
4444
Version 7.6.7 — 2024-11-15
4545
--------------------------
4646

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

5050

@@ -64,14 +64,14 @@ Version 7.6.6 — 2024-11-15
6464
Version 7.6.5 — 2024-11-14
6565
--------------------------
6666

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

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

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

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

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

8888
.. _issue 1880: https://github.com/nedbat/coveragepy/issues/1880

0 commit comments

Comments
 (0)