From 3c77d33db86934e0958864f46fc186be65760a27 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 10 May 2023 12:20:00 +0200 Subject: [PATCH] Set release date for 0.8.20. --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3d7752af64ac..87239a84d402 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## 0.8.20 (unreleased) +### 0.8.20 (2023-05-10) Compiler Features: * Assembler: Use ``push0`` for placing ``0`` on the stack for EVM versions starting from "Shanghai". This decreases the deployment and runtime costs.