From 7fd34d06c2d0a1b3f0b988f78fe1f418df78a53d Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 2 Dec 2024 17:07:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- 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)