Skip to content

Commit 42e51ec

Browse files
committed
DOC: add the changelog entry for v1.7
1 parent b455eaa commit 42e51ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.7 (2025-04-04)
4+
5+
- Support python 3.13. The patch by Ben Beasley.
6+
Starting from python 3.13, the standard library `doctest.DoctestRunner` tracks the
7+
number of skipped doctests, in addition to the counts of attempted and failed
8+
doctests. We track this change, thus both the return value of `DTRunner.run` and
9+
`DTRunner.get_history` contain this count on python 3.13+ and do not contain it on
10+
prior python versions.
11+
12+
313
## v1.6 (2024-12-17)
414

515
- Fix a collection issue, where the DocTestFinder was missing docstrings of data

0 commit comments

Comments
 (0)