From a2a7254a48380cc938e83054a7c39a1819399cbe Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Sat, 3 Nov 2018 17:23:18 +0100 Subject: [PATCH] update release notes --- README.md | 4 ++++ RELEASES.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 707ba42..5bbd570 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ fixed-point numbers. ## What’s 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 diff --git a/RELEASES.md b/RELEASES.md index 6324a13..c994e43 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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) ==========================