diff options
author | chriseth <chris@ethereum.org> | 2017-06-22 21:14:26 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-22 22:56:57 +0800 |
commit | e58cff3f37602db61ab9e70820367a5aff14f1b8 (patch) | |
tree | 7b3e38988ff1708ca225762ab4479ff6e80f7cb7 | |
parent | 1d4f40e3a2fa4e4316847a143d64916baf76580f (diff) | |
download | dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.gz dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.zst dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.zip |
Changelog entry for Whiskers.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 0fb2fe5c..c7b8ac35 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. |