diff options
author | Jared Wasinger <j-wasinger@hotmail.com> | 2018-07-31 08:54:43 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-26 23:11:02 +0800 |
commit | c6bd2979b1265cb81d35124a2785e3828658f7cc (patch) | |
tree | d2c57db0ac0509eba0342ce71ac819758fb62664 /Changelog.md | |
parent | a86e1d187b929124c27365a8f2e185545c4157b1 (diff) | |
download | dexon-solidity-c6bd2979b1265cb81d35124a2785e3828658f7cc.tar.gz dexon-solidity-c6bd2979b1265cb81d35124a2785e3828658f7cc.tar.zst dexon-solidity-c6bd2979b1265cb81d35124a2785e3828658f7cc.zip |
Add assembly support for EXTCODEHASH (EIP-1052)
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 15edb6d5..866cb860 100644 --- a/Changelog.md +++ b/Changelog.md @@ -90,6 +90,7 @@ Language Features: Compiler Features: * C API (``libsolc``): Export the ``solidity_license``, ``solidity_version`` and ``solidity_compile`` methods. * Code Generator: ``CREATE2`` instruction has been updated to match EIP1014 (aka "Skinny CREATE2"). It also is accepted as part of Constantinople. + * Code Generator: ``EXTCODEHASH`` instruction has been added based on EIP1052. * Type Checker: Nicer error message when trying to reference overloaded identifiers in inline assembly. * Type Checker: Show named argument in case of error. * Type System: IntegerType is split into IntegerType and AddressType internally. |