From c18c6e93191b55e8c34ccce289d2ba9337d9062f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 2 Jul 2020 14:15:18 +0200 Subject: [PATCH] Add missing changelog entries for `linkersymbol` and for long string literals in builtin parameters --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 18c427922..837c0f1b9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ Language Features: * General: Add unit denomination ``gwei`` + * Yul: Support ``linkersymbol`` builtin in standalone assembly mode. + * Yul: Support using string literals exceeding 32 bytes as literal arguments for builtins. Compiler Features: