From 937fc8538eed632ee114f48d5cecd1c63dd05f87 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 7 Jan 2019 16:54:44 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 3d298f6fa..23e394c6a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Compiler Features: Bugfixes: + * Yul: Check that arguments to ``dataoffset`` and ``datasize`` are literals at parse time and properly take this into account in the optimizer. Build System: