From 80826913b1b941574819073b68da50c2fe51ab7e Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:47:10 +0200 Subject: [PATCH] Update CHANGELOG.md (#885) --- uint/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uint/CHANGELOG.md b/uint/CHANGELOG.md index 110def6a..99e30f19 100644 --- a/uint/CHANGELOG.md +++ b/uint/CHANGELOG.md @@ -24,7 +24,7 @@ The format is based on [Keep a Changelog]. ## [0.9.2] - 2022-01-28 - Migrated to 2021 edition, enforcing MSRV of `1.56.1`. [#601](https://github.com/paritytech/parity-common/pull/601) -- Display formatting support. [#603](ttps://github.com/paritytech/parity-common/pull/603) +- Display formatting support. [#603](https://github.com/paritytech/parity-common/pull/603) ## [0.9.1] - 2021-06-30 - Added `integer_sqrt` method. [#554](https://github.com/paritytech/parity-common/pull/554)