From 7ff5a51d368b6d23d73c11f8f6da8d64b0c55f3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sun, 3 Nov 2024 13:13:59 +0200 Subject: [PATCH] Fixed issue links in the changelog --- docs/versionhistory.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 3196676..554b8b6 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -11,14 +11,14 @@ This library adheres to ``typing.no_type_check()`` (PR by @jolaf) - Avoid creating reference cycles when type checking uniontypes and classes - Fixed checking of variable assignments involving tuple unpacking - (`#486 `_) + (`#486 `_) - Fixed ``TypeError`` when checking a class against ``type[Self]`` - (`#481 `_) + (`#481 `_) - Fixed checking of protocols on the class level (against ``type[SomeProtocol]``) - (`#498 `_) + (`#498 `_) - Fixed ``Self`` checks in instance/class methods that have positional-only arguments - Fixed explicit checks of PEP 604 unions against ``types.UnionType`` - (`#467 `_) + (`#467 `_) **4.4.0** (2024-10-27)