Add release notes for 0.2.0

This commit is contained in:
Josh Stone 2018-02-06 17:01:31 -08:00
parent 47515a10e1
commit aa9ea42f9e
1 changed files with 17 additions and 0 deletions

View File

@ -1,3 +1,20 @@
# Release 0.2.0
- **breaking change**: There is now a `std` feature, enabled by default, along
with the implication that building *without* this feature makes this a
`#[no_std]` crate.
- The `Float` and `Real` traits are only available when `std` is enabled.
- Otherwise, the API is unchanged, and num-traits 0.1.43 now re-exports its
items from num-traits 0.2 for compatibility (the [semver-trick]).
**Contributors**: @cuviper, @termoshtt, @vks
[semver-trick]: https://github.com/dtolnay/semver-trick
# Release 0.1.43
- All items are now re-exported from num-traits 0.2 for compatibility.
# Release 0.1.42
- [num-traits now has its own source repository][num-356] at [rust-num/num-traits][home].