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].