From bd00003291cd83cfc7b3a8532d002a6400da2300 Mon Sep 17 00:00:00 2001 From: Robin Salen Date: Tue, 27 Feb 2024 08:21:31 +0900 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcaef8b36..af95f6fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add verification for invalid jumps. [#36](https://github.com/0xPolygonZero/zk_evm/pull/36) - Refactor accessed lists as sorted linked lists ([#30](https://github.com/0xPolygonZero/zk_evm/pull/30)) - Change visibility of `compact` mod ([#57](https://github.com/0xPolygonZero/zk_evm/pull/57)) +- Fix block padding without withdrawals ([#63](https://github.com/0xPolygonZero/zk_evm/pull/63)) ## [0.1.0] - 2024-02-21 * Initial release.