Skip to content

Commit

Permalink
Add "newtype deriving" entry to RELEASES
Browse files Browse the repository at this point in the history
  • Loading branch information
asayers committed Sep 30, 2018
1 parent c0a9c51 commit a69f860
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Unreleased

- [Added newtype deriving][17] for `FromPrimitive`, `ToPrimitive`,
`NumOps<Self, Self>`, `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].
Expand Down

0 comments on commit a69f860

Please sign in to comment.