From 7479f13b32469d46dc614e45518bacc9593c77a4 Mon Sep 17 00:00:00 2001 From: chillenb Date: Sun, 17 Nov 2024 17:48:21 -0500 Subject: [PATCH] update docs / version history --- docs/usage.rst | 1 + docs/versionhistory.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index 797db597..127d2065 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -99,6 +99,7 @@ Tag Semantics Python type(s) 258 Set of unique items set 260 Network address :class:`ipaddress.IPv4Address` (or IPv6) 261 Network prefix :class:`ipaddress.IPv4Network` (or IPv6) +43000 Single complex number complex 55799 Self-Described CBOR object ===== ======================================== ==================================================== diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index f2cdcbd5..5247cbd1 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -9,6 +9,7 @@ This library adheres to `Semantic Versioning `_. - Dropped support for Python 3.8 (#247 _; PR by @hugovk) +- Added complex number support (tag 43000) **5.6.5** (2024-10-09)