document num-traits experimental feature in release notes

This commit is contained in:
Trevor Spiteri 2020-07-16 12:37:46 +02:00
parent cb59eeb843
commit 2351e9a4c8
2 changed files with 19 additions and 0 deletions

View File

@ -78,6 +78,15 @@ The conversions supported cover the following cases.
## Whats 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.

View File

@ -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)
==========================