From ead13b1d21b1b10f4a13afb98a742fda9828edb2 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 6 Dec 2018 15:33:51 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 6a366ca06..02322a1c4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Language Features: Compiler Features: * Inline Assembly: Improve error messages around invalid function argument count. + * Code Generator: Use codecopy for string constants more aggressively. * Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``. * Type Checker: Add an additional reason to be displayed when type conversion fails.