Skip to content

Commit fc18c45

Browse files
committed
docs(CHANGES) Note additional updates
1 parent f7a89eb commit fc18c45

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGES

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
2828

2929
## gp-libs 0.0.16 (unreleased)
3030

31-
- _Add your latest changes from PRs here_
31+
### Features
32+
33+
#### pytest_doctest_docutils
34+
35+
- Add `_unblock_doctest()` helper for programmatic re-enabling of built-in doctest plugin (#56)
36+
37+
Uses the public `pluginmanager.unblock()` API introduced in pytest 8.1.0, with graceful
38+
fallback for older versions.
3239

3340
### Bug fixes
3441

@@ -44,6 +51,10 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
4451

4552
Backported from Sphinx commit [ad0c343d3](https://github.com/sphinx-doc/sphinx/commit/ad0c343d3) (2025-01-04).
4653

54+
### Development
55+
56+
- CI: Add pytest 9.x to test matrix, with pytest 7.x/8.x compatibility testing (#56)
57+
4758
## gp-libs 0.0.15 (2025-11-01)
4859

4960
### Breaking changes

0 commit comments

Comments
 (0)