diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index 0c4c0b6..11fed3b 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,6 +5,10 @@ Version history This library adheres to `Semantic Versioning `_. +**5.6.3** (2024-02-22) + +- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension + **5.6.2** (2024-02-19) - Fixed ``__hash__()`` of the C version of the ``CBORTag`` type crashing when there's a recursive @@ -16,7 +20,6 @@ This library adheres to `Semantic Versioning `_. string that contained only ASCII characters - Changed the return type annotations of ``cbor2.load()`` and ``cbor2.load()`` to return ``Any`` instead of ``object`` so as not to force users to make type casts -- Fixed decoding of epoch-based dates being affected by the local time zone in the C extension **5.6.1** (2024-02-01)