From 12436cc14da96f6808a8e1e45e88f91699d9739d Mon Sep 17 00:00:00 2001 From: cgewecke Date: Thu, 7 Mar 2024 15:10:55 -0800 Subject: [PATCH] Update changelog: 0.8.11 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c5ee8..0f26b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +0.8.11 / 2024-03-07 +=================== + * Check all SWAP opcodes for inst. hashes when viaIR is true (https://github.com/sc-forks/solidity-coverage/issues/873) + 0.8.10 / 2024-02-29 =================== * Check all PUSH opcodes for instr. hashes when viaIR is true (https://github.com/sc-forks/solidity-coverage/issues/871)