From 8f54ad2231b056106e29a7f2e65d1043cedf94d2 Mon Sep 17 00:00:00 2001 From: Alex Sayers Date: Sun, 30 Sep 2018 12:59:24 +0900 Subject: [PATCH] Add "newtype deriving" entry to RELEASES --- RELEASES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 17f97e3..fc9a10d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,10 @@ +# Unreleased + +- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`, + `NumOps`, `NumCast`, `Zero`, `One`, `Num`, and `Float`. + +[17]: https://github.com/rust-num/num-derive/pull/17 + # Release 0.2.2 (2018-05-22) - [Updated dependencies][14].