diff options
author | chriseth <chris@ethereum.org> | 2017-06-14 21:37:44 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-16 18:29:41 +0800 |
commit | 7a09860ec16af74df7617a41ec4a3a2f97d9266d (patch) | |
tree | 5664197aa181d26dfa5f8426ade619e551afd3d9 | |
parent | 667a9d32aa5670303b145eddac16a8ad1f7a72e4 (diff) | |
download | dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.gz dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.zst dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.zip |
Mention functions in changelog.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 23de7dcd..bed7d09f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -9,6 +9,7 @@ Features: instruction. * 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. Bugfixes: * Fixed crash concerning non-callable types. |