From 1a026994de0ec7511e3788f6074c5fa1a20b9b99 Mon Sep 17 00:00:00 2001 From: Matheus Aguiar Date: Wed, 8 May 2024 15:16:44 -0300 Subject: [PATCH] Add changelog entry --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b924b1ccde30..c9845f451855 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Language Features: Compiler Features: - + * Parser: Accept declaration of state variables with ``transient`` data location. Bugfixes: * Commandline Interface: Fix ICE when the optimizer is disabled and an empty/blank string is used for ``--yul-optimizations`` sequence.