From e58cff3f37602db61ab9e70820367a5aff14f1b8 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 22 Jun 2017 15:14:26 +0200 Subject: [PATCH] Changelog entry for Whiskers. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 0fb2fe5ce..c7b8ac356 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Features: * Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias. * Inline Assembly: ``for`` and ``switch`` statements. * Inline Assembly: function definitions and function calls. + * Code Generator: Added the Whiskers template system. Bugfixes: * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences.