fix release notes links

This commit is contained in:
Trevor Spiteri 2021-05-04 23:36:17 +02:00
parent 2284f817b5
commit 3375450767
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ The conversions supported cover the following cases.
* [`checked_distance`][f-cd-1-9], [`saturating_distance`][f-sd-1-9],
[`wrapping_distance`][f-wd-1-9], [`unwrapped_distance`][f-ud-1-9],
[`overflowing_distance`][f-od-1-9]
* The [`unsigned_distance`][f-ud-1-9] method was added to all signed
* The [`unsigned_distance`][f-unsd-1-9] method was added to all signed
fixed-point types and to the [`FixedSigned`][tfs-1-9] trait.
* The following associated types were added to the [`Fixed`][tf-1-9] trait:
* [`Signed`][tf-s-1-9], [`Unsigned`][tf-u-1-9]

View File

@ -21,7 +21,7 @@ Version 1.9.0 (unreleased)
* [`checked_distance`][f-cd-1-9], [`saturating_distance`][f-sd-1-9],
[`wrapping_distance`][f-wd-1-9], [`unwrapped_distance`][f-ud-1-9],
[`overflowing_distance`][f-od-1-9]
* The [`unsigned_distance`][f-ud-1-9] method was added to all signed
* The [`unsigned_distance`][f-unsd-1-9] method was added to all signed
fixed-point types and to the [`FixedSigned`][tfs-1-9] trait.
* The following associated types were added to the [`Fixed`][tf-1-9] trait:
* [`Signed`][tf-s-1-9], [`Unsigned`][tf-u-1-9]