update release notes

This commit is contained in:
Trevor Spiteri 2018-11-03 17:23:18 +01:00
parent e4a1afe07e
commit a2a7254a48
2 changed files with 9 additions and 0 deletions

View File

@ -35,6 +35,10 @@ fixed-point numbers.
## Whats new
### Version 0.1.4 news (unreleased)
* Division is now implemented for [`FixedI128`] and [`FixedU128`].
### Version 0.1.3 news (2018-08-23)
* The `f16` feature was added, and new methods [`from_f16`] and

View File

@ -5,6 +5,11 @@ 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.1.4 (unreleased)
==========================
* Division is now implemented for `FixedI128` and `FixedU128`.
Version 0.1.3 (2018-08-23)
==========================