From a8dd2d27245bb27e898df24d2b5030beb715d03f Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Mon, 6 Jun 2022 11:42:04 -0500 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c72fe11e..e4804106 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.8.5] 2022-06-06 +### Changed +- Fixed the partial integer parser to correctly return negative values if parsing partial input. + ## [0.8.5] 2022-05-18 ### Changed - Fixed numeric overflow bug causing panic (should explicitly wrap) in dragonbox algorithm's `umul192_lower128`.