aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-09 21:51:26 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-16 17:56:21 +0800
commit71d39755fe6868753c35e9ec3cd9e7c7ca85fd83 (patch)
tree1200c33424c0d01f9216fe99d362a31b7aa0b95e /Changelog.md
parent0745628a734c5d22b6c9cd878aaa3ec6795df115 (diff)
downloaddexon-solidity-71d39755fe6868753c35e9ec3cd9e7c7ca85fd83.tar.gz
dexon-solidity-71d39755fe6868753c35e9ec3cd9e7c7ca85fd83.tar.zst
dexon-solidity-71d39755fe6868753c35e9ec3cd9e7c7ca85fd83.zip
Changelog and documentation.
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 b2e080a0..23de7dcd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -8,6 +8,7 @@ Features:
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
instruction.
* Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
+ * Inline Assembly: ``for`` and ``switch`` statements.
Bugfixes:
* Fixed crash concerning non-callable types.