From e0abc19e80391d2bf33f2cf3f398be9e44eb680e Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Mon, 3 Jun 2019 23:41:39 +0300 Subject: [PATCH] Releases: CBOR extra 64-bit tags --- RELEASES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 1f3514c5..1fede37b 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -3449,6 +3449,8 @@ Planned * Fix CBOR decoding of text strings and byte strings with a lot of concatenated pieces in the CBOR extra (GH-2093) +* Fix CBOR decoding of (ignored) 64-bit tags in the CBOR extra (GH-2095) + * Trivial fixes and cleanups: Windows Date provider return code check consistency (GH-1956)