From 180344ab17243276e03a45bbb58e0cfbaa159442 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 20 Dec 2019 12:06:40 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 08c790155..c59cf6417 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Language Features: * Allow accessing external functions via contract and interface names to obtain their selector. + * Inline Assembly: Support literals ``true`` and ``false``. Compiler Features: