aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-09-19 06:42:33 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-09-26 08:58:10 +0800
commit8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd (patch)
treedf10ccb208ad08ca1ea043ef702e076888940f3a /Changelog.md
parent608f36d77b0dc6d908d89fe3a1b8e1626df8391c (diff)
downloaddexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar.gz
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar.bz2
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar.lz
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar.xz
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.tar.zst
dexon-solidity-8cfc6c98d631308c4ad9b677c3b6ab254fadc6bd.zip
CREATE2 is part of Constantinople now
Also add hasCreate2 to EVMVersion
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 21de2ce6..31482efd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -88,7 +88,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").
+ * Code Generator: ``CREATE2`` instruction has been updated to match EIP1014 (aka "Skinny CREATE2"). It also is accepted as part of Constantinople.
* 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.