aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-15 04:03:32 +0800
committerGitHub <noreply@github.com>2017-06-15 04:03:32 +0800
commit42b61171d981ceccd5f79af5508db92b4f2ad54b (patch)
tree8ab6ee34bb8f15fa40e2509a8eda06f3d867d761 /Changelog.md
parentf008ddf83646f6002a61a123cc94ad195a35dce4 (diff)
parentc20cdd0a0574c350b5cde7b38e87321479cecab3 (diff)
downloaddexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar.gz
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar.bz2
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar.lz
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar.xz
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.tar.zst
dexon-solidity-42b61171d981ceccd5f79af5508db92b4f2ad54b.zip
Merge pull request #2192 from winsvega/develop
add STATICCALL instruction
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 5315dc59..eed7e258 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,7 +2,7 @@
Features:
* Assembly: renamed ``SHA3`` to ``KECCAK256``.
- * Assembly: Add ``CREATE2`` (EIP86), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions.
+ * Assembly: Add ``CREATE2`` (EIP86), ``STATICCALL`` (EIP214), ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions.
* AST: export all attributes to JSON format.
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
instruction.