From 6b37dfbcea991b2b6d3a790c93bd0613b8c181f1 Mon Sep 17 00:00:00 2001 From: Kio Smallwood Date: Fri, 3 Jul 2020 14:09:54 +0100 Subject: [PATCH] Update version history --- docs/versionhistory.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/versionhistory.rst b/docs/versionhistory.rst index eebc0f93..8d059c2a 100644 --- a/docs/versionhistory.rst +++ b/docs/versionhistory.rst @@ -5,6 +5,13 @@ Version history This library adheres to `Semantic Versioning `_. +**5.1.1** (2020-07-03) + +- Build system: Making C lib optional if it fails to compile (chiefnoah) +- Build system: Better Glibc version detection (Sekenre and JayH5) +- Tests: Positive and negative bignums (kalcutter) +- Bugfix: Fractional seconds parsing in datetimes (kalcutter) + **5.1.0** (2020-03-18) - Minor API change :class:`CBORSimpleValue` is now a subclass of namedtuple and allows