From c1a0f04af02a7d2d71379423b128d7f7a07b3aef Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Tue, 29 Jan 2019 18:34:12 +0100 Subject: [PATCH] update release notes --- README.md | 6 ++++++ RELEASES.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index e8f8a6c..969c009 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,12 @@ numeric primitives are implemented. That is, you can use [`From`] or ## What’s new +### Version 0.2.1 (unreleased) + + * Bug fix: the [`from_fixed`] and [`from_int`] methods (and their + checked counterparts) could return wrong values for negative + values. + ### Version 0.2.0 news (2019-01-29) * The new methods [`from_fixed`], [`checked_from_fixed`], diff --git a/RELEASES.md b/RELEASES.md index 2d632e2..85efefc 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,13 @@ modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. --> +Version 0.2.1 (unreleased) +========================== + + * Bug fix: the `from_fixed` and `from_int` methods (and their + checked counterparts) could return wrong values for negative + values. + Version 0.2.0 (2019-01-29) ==========================