tweaks in release notes

This commit is contained in:
Trevor Spiteri 2021-04-24 16:29:16 +02:00
parent e29ef2b677
commit 7af589f5c2
2 changed files with 8 additions and 8 deletions

View File

@ -113,9 +113,9 @@ The conversions supported cover the following cases.
these traits are a convenience feature and already have the
[`Unsigned`][uns-1-9] marker trait as a supertrait, and the types that
implement [`Unsigned`][uns-1-9] are `'static`.
* The [`FixedOptionalFeatures`][fof-1-9] trait was not sealed as an oversight.
Now the glitch has been fixed and it is sealed. The documentation now
explicitly states that the trait should not be used directly.
* The [`FixedOptionalFeatures`][fof-1-9] trait was not sealed, which was as an
oversight. Now it is sealed, and the documentation explicitly states that
the trait should not be used directly.
[bm-p-1]: https://docs.rs/bytemuck/^1/bytemuck/trait.Pod.html
[bm-tw-1]: https://docs.rs/bytemuck/^1/bytemuck/trait.TransparentWrapper.html

View File

@ -30,9 +30,9 @@ Compatibility notes
these traits are a convenience feature and already have the
[`Unsigned`][uns-1-9] marker trait as a supertrait, and the types that
implement [`Unsigned`][uns-1-9] are `'static`.
* The [`FixedOptionalFeatures`][fof-1-9] trait was not sealed as an oversight.
Now the glitch has been fixed and it is sealed. The documentation now
explicitly states that the trait should not be used directly.
* The [`FixedOptionalFeatures`][fof-1-9] trait was not sealed, which was as an
oversight. Now it is sealed, and the documentation explicitly states that
the trait should not be used directly.
[bm-p-1]: https://docs.rs/bytemuck/^1/bytemuck/trait.Pod.html
[bm-tw-1]: https://docs.rs/bytemuck/^1/bytemuck/trait.TransparentWrapper.html
@ -54,8 +54,8 @@ Compatibility notes
Version 1.8.0 (2021-04-20)
==========================
* The following constants were added to all fixed-point numbers, to the
[`Fixed`][tf-1-8] trait, and to the [`Wrapping`][w-1-8] and
* The following constants and method were added to all fixed-point numbers, to
the [`Fixed`][tf-1-8] trait, and to the [`Wrapping`][w-1-8] and
[`Unwrapped`][u-1-8] wrappers:
* [`ZERO`][f-z-1-8], [`DELTA`][f-d-1-8]
* [`mul_acc`][f-ma-1-8]