From 33ebc636a1ec406558ed9d6bf00d9f01d9d36549 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Fri, 6 Mar 2026 13:39:01 -0500 Subject: [PATCH 1/3] Add changelog entry Add changelog entry for #1271 for next version --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3fd8a069..fad57be8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========= +v4.12.1 (unreleased) +-------------------- + +Bugfixes +^^^^^^^^ + +* Fixed type hints of assert methods to match actual signature + v4.12.0 (2026-02-14) -------------------- From 2bf2fd4416b350c7525f176d756fd9a58cb85140 Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Sun, 8 Mar 2026 07:51:59 -0400 Subject: [PATCH 2/3] Apply suggestion from @mschoettle --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fad57be8..674f08b7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ v4.12.1 (unreleased) Bugfixes ^^^^^^^^ -* Fixed type hints of assert methods to match actual signature +* Fixed type hints of assert methods to match actual signature (`PR #1274 `__) v4.12.0 (2026-02-14) -------------------- From 72d117b90818eb74f1e8511867829cfb306cb4ab Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Sun, 8 Mar 2026 07:54:50 -0400 Subject: [PATCH 3/3] Apply suggestion from @mschoettle --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 674f08b7..4683eeba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,7 +7,7 @@ v4.12.1 (unreleased) Bugfixes ^^^^^^^^ -* Fixed type hints of assert methods to match actual signature (`PR #1274 `__) +* Fixed type hints of assert methods to match actual signature (`PR #1271 `__) v4.12.0 (2026-02-14) --------------------