aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-27 21:47:59 +0800
committerGitHub <noreply@github.com>2018-03-27 21:47:59 +0800
commit62559cf1278afc417d19ec181e2bced364cadea2 (patch)
tree9fdc3e2f01c046ec6a29e8c402f11f72625b2e03 /Changelog.md
parent8c1352ca7562962b46638da17a293c982bc1dba9 (diff)
parent8bae2dba7c9697d129a43c1dde54690f3e37a84a (diff)
downloaddexon-solidity-62559cf1278afc417d19ec181e2bced364cadea2.tar.gz
dexon-solidity-62559cf1278afc417d19ec181e2bced364cadea2.tar.zst
dexon-solidity-62559cf1278afc417d19ec181e2bced364cadea2.zip
Merge pull request #3681 from ethereum/interface-external
Allow overriding external functions in interfaces with public in a child
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index aa1554f5..9235ed3a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* General: Support accessing dynamic return data in post-byzantium EVMs.
+ * Interfaces: Allow overriding external functions in interfaces with public in an implementing contract.
Bugfixes:
* Code Generator: Allow ``block.blockhash`` without being called.