From 2351e9a4c81dff880051dc788d90aaab21bb3bb6 Mon Sep 17 00:00:00 2001 From: Trevor Spiteri Date: Thu, 16 Jul 2020 12:37:46 +0200 Subject: [PATCH] document num-traits experimental feature in release notes --- README.md | 9 +++++++++ RELEASES.md | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index 1604b2b..1089dab 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,15 @@ The conversions supported cover the following cases. ## What’s new +### Version 1.1.0 news (unreleased) + + * The new experimental feature [`num-traits`][feat-nt-1-1] was + added, and relevant traits were added as supertraits to the + [`FixedOptionalFeatures`][fof-1-1] trait. + +[feat-nt-1-1]: https://tspiteri.gitlab.io/fixed/dev/fixed/#experimental-optional-features +[fof-1-1]: https://tspiteri.gitlab.io/fixed/dev/fixed/traits/trait.FixedOptionalFeatures.html + ### Version 1.0.0 news (2020-06-04) * The crate now requires rustc version 1.44.0 or later. diff --git a/RELEASES.md b/RELEASES.md index c7db480..e463f9f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -5,6 +5,16 @@ modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. --> +Version 1.1.0 (unreleased) +========================== + + * The new experimental feature [`num-traits`][feat-nt-1-1] was + added, and relevant traits were added as supertraits to the + [`FixedOptionalFeatures`][fof-1-1] trait. + +[feat-nt-1-1]: https://tspiteri.gitlab.io/fixed/dev/fixed/#experimental-optional-features +[fof-1-1]: https://tspiteri.gitlab.io/fixed/dev/fixed/traits/trait.FixedOptionalFeatures.html + Version 1.0.0 (2020-06-04) ==========================