From c3f43fd1e6f16e9d3b57eec863e6c4660b73d8c5 Mon Sep 17 00:00:00 2001 From: chriseth Date: Sun, 29 Dec 2019 15:14:43 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 9b4d81ff7..8b05393c2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Compiler Features: Bugfixes: + * Yul Optimizer: Fix bug in redundant assignment remover in combination with break and continue statements.