fix broken link in release notes

This commit is contained in:
Trevor Spiteri 2021-02-01 12:10:08 +01:00
parent 7ba4825e81
commit 88165c4909
2 changed files with 6 additions and 4 deletions

View File

@ -110,9 +110,10 @@ The conversions supported cover the following cases.
* For the experimental feature [`num-traits`][feat-exp-1-5], some
missing supertraits were added to
[`FixedOptionalFeatures`][tfof-1-5].
* Bug fix: multiplication of [`FixedI128`] was panicking when
multiplying some large negative numbers ([issue 26]).
* Bug fix: multiplication of [`FixedI128`][i128-1-5] was panicking
when multiplying some large negative numbers ([issue 26]).
[i128-1-5]: https://docs.rs/fixed/~1.5/fixed/struct.FixedI128.html
[f-wm-1-5]: https://docs.rs/fixed/~1.5/fixed/struct.FixedI32.html#method.wide_mul
[feat-1-5]: https://docs.rs/fixed/~1.5/fixed/#optional-features
[feat-exp-1-5]: https://docs.rs/fixed/~1.5/fixed/#experimental-optional-features

View File

@ -39,9 +39,10 @@ Version 1.5.0 (2020-11-05)
* For the experimental feature [`num-traits`][feat-exp-1-5], some
missing supertraits were added to
[`FixedOptionalFeatures`][tfof-1-5].
* Bug fix: multiplication of [`FixedI128`] was panicking when
multiplying some large negative numbers ([issue 26]).
* Bug fix: multiplication of [`FixedI128`][i128-1-5] was panicking
when multiplying some large negative numbers ([issue 26]).
[i128-1-5]: https://docs.rs/fixed/~1.5/fixed/struct.FixedI128.html
[f-wm-1-5]: https://docs.rs/fixed/~1.5/fixed/struct.FixedI32.html#method.wide_mul
[feat-1-5]: https://docs.rs/fixed/~1.5/fixed/#optional-features
[feat-exp-1-5]: https://docs.rs/fixed/~1.5/fixed/#experimental-optional-features