From d6ea97b1d16662a5e33f579b74804d259451e001 Mon Sep 17 00:00:00 2001 From: Mate Soos Date: Tue, 7 Jan 2025 11:56:12 +0100 Subject: [PATCH] Fixing changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c12e415..8b94dfe36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added - JoinBytes simplification rule - New simplification rule to help deal with abi.encodeWithSelector +- More simplification rules for Props ## Fixed - We now try to simplify expressions fully before trying to cast them to a concrete value This should improve issues when "Unexpected Symbolic Arguments to Opcode" was unnecessarily output -## Added -- More simplification rules for Props - ## [0.54.2] - 2024-12-12 ## Fixed