From 0e515e0b9425a83ccb8d5aba5095acd0e8087195 Mon Sep 17 00:00:00 2001 From: James Date: Tue, 27 Feb 2024 10:27:30 -0800 Subject: [PATCH] fix: changelog --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf783d..cd56b53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Overflow check in `overflowing_shr` implementation ([#347]) + +[#347]: https://github.com/recmo/uint/pulls/347 + ## [1.11.1] - 2023-11-18 ### Fixed @@ -17,10 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#343]: https://github.com/recmo/uint/pulls/343 -- Overflow check in `overflowing_shr` implementation - -[#347]: https://github.com/recmo/uint/pulls/347 - ### Added - Enable `SSZ` ([#344])