aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-22 21:14:26 +0800
committerchriseth <chris@ethereum.org>2017-06-22 22:56:57 +0800
commite58cff3f37602db61ab9e70820367a5aff14f1b8 (patch)
tree7b3e38988ff1708ca225762ab4479ff6e80f7cb7 /Changelog.md
parent1d4f40e3a2fa4e4316847a143d64916baf76580f (diff)
downloaddexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.gz
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.bz2
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.lz
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.xz
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.tar.zst
dexon-solidity-e58cff3f37602db61ab9e70820367a5aff14f1b8.zip
Changelog entry for Whiskers.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
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.