diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-28 07:04:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-28 07:04:40 +0800 |
commit | c4b5101b9d8337069c495b95b04a420e2665aa2d (patch) | |
tree | 7348765fe7db6c74a8003dc8a972e477fa30fe41 /Changelog.md | |
parent | f36dee1067f09e2a6e5ec0dc5996e19e5f36c8bd (diff) | |
parent | 8d8c855810ed51d17cab679cd89f7a75410a4258 (diff) | |
download | dexon-solidity-c4b5101b9d8337069c495b95b04a420e2665aa2d.tar.gz dexon-solidity-c4b5101b9d8337069c495b95b04a420e2665aa2d.tar.zst dexon-solidity-c4b5101b9d8337069c495b95b04a420e2665aa2d.zip |
Merge pull request #4676 from jwasinger/extcodehash
Add support for EXTCODEHASH
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 7330f6d3..fbb41ece 100644 --- a/Changelog.md +++ b/Changelog.md @@ -91,6 +91,7 @@ Compiler Features: * Build System: Support for Mojave version of macOS added. * 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. |