docs: Note in changelog

This commit is contained in:
Tony Narlock 2022-09-24 09:15:34 -05:00
parent dbb179652a
commit ca05830b89
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Made ``_pytest.doctest.DoctestItem`` export ``pytest.DoctestItem`` for
type check and runtime purposes. Made `_pytest.doctest` use internal APIs
to avoid circular imports.