From d36492863c4311531ca4a4b0377ea74ad70ed745 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 6 Feb 2018 20:49:17 -0800 Subject: [PATCH] link more release notes --- RELEASES.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d2bc774..c34ce57 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ # Release 0.2.0 -- **breaking change**: There is now a `std` feature, enabled by default, along +- **breaking change**: [There is now a `std` feature][30], 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. @@ -10,10 +10,15 @@ **Contributors**: @cuviper, @termoshtt, @vks [semver-trick]: https://github.com/dtolnay/semver-trick +[30]: https://github.com/rust-num/num-traits/pull/30 + # Release 0.1.43 -- All items are now re-exported from num-traits 0.2 for compatibility. +- All items are now [re-exported from num-traits 0.2][31] for compatibility. + +[31]: https://github.com/rust-num/num-traits/pull/31 + # Release 0.1.42