aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-14 21:37:44 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-06-16 18:29:41 +0800
commit7a09860ec16af74df7617a41ec4a3a2f97d9266d (patch)
tree5664197aa181d26dfa5f8426ade619e551afd3d9
parent667a9d32aa5670303b145eddac16a8ad1f7a72e4 (diff)
downloaddexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.gz
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.bz2
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.lz
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.xz
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.tar.zst
dexon-solidity-7a09860ec16af74df7617a41ec4a3a2f97d9266d.zip
Mention functions in changelog.
-rw-r--r--Changelog.md1
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.