update release notes

This commit is contained in:
Trevor Spiteri 2019-01-29 18:34:12 +01:00
parent e3d4be53ce
commit c1a0f04af0
2 changed files with 13 additions and 0 deletions

View File

@ -39,6 +39,12 @@ numeric primitives are implemented. That is, you can use [`From`] or
## Whats 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`],

View File

@ -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)
==========================