3bc3f96
Prepare release 0.4.1 (#44)17b939c
Bump development dependencies (#46)dcdd318
Add proper reference to dataclasses.IniVar in
AnnotationSource.DATACLASS ...5f86b14
Use list as a type hint for
InspectedAnnotation.metadata (#43)b737855
Add SPDX license identifier (#42)61c25e5
Improve test coverage (#41)a56b8c3
Fix implementation of is_union_origin() (#40)e20451f
Add typing_objects.is_forwardref() (#38)eb7654b
Fix some typos (#36)5cb7257
Fix compatibility with latest Python 3.14 release (#37)Sourced from coverage's changelog.
Version 7.8.1 — 2025-05-21
A number of EncodingWarnings were fixed that could appear if you've enabled PYTHONWARNDEFAULTENCODING, fixing
issue 1966. Thanks,Henry Schreiner <pull 1967_>.Fixed a race condition when using sys.monitoring with free-threading Python, closing
issue 1970_... _issue 1966: nedbat/coveragepy#1966 .. _pull 1967: nedbat/coveragepy#1967 .. _issue 1970: nedbat/coveragepy#1970
.. _changes_7-8-0:
ed98b87
docs: sample HTML for 7.8.1b98bc9b
docs: prep for 7.8.1ecbd4da
build: make a step more explicit2774410
test: simplify skipper, and make it suppressable8b9cecc
fix: close a sys.monitoring race condition with free-threading. #197066e4f8d
test: try to unflake a test9975d0c
build: no need for a separate doc_upgrade target6dec28b
build: delete unused code in igor.py6376e35
build: clarify a .ignore rule9bdf366
chore: make upgrade doc_upgrade