aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-03 17:46:44 +0800
committerGitHub <noreply@github.com>2018-12-03 17:46:44 +0800
commit3f613a44eca674e6de60565657c40da3f8e6bbfc (patch)
tree38d9308bcbadcfa94441223ac2073951a34e4d65 /Changelog.md
parent25c63dde28f4f3d2565646c4f8831d71e0f2fd7b (diff)
parent0668a9ecfb60ab0e00bfb2c4a4a97ce523860832 (diff)
downloaddexon-solidity-3f613a44eca674e6de60565657c40da3f8e6bbfc.tar.gz
dexon-solidity-3f613a44eca674e6de60565657c40da3f8e6bbfc.tar.zst
dexon-solidity-3f613a44eca674e6de60565657c40da3f8e6bbfc.zip
Merge pull request #5557 from ethereum/fixInterfaceImplementedByPublicStateVariable
Public state variables are implementing external functions.
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 630801e4..7aa5a6be 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -27,6 +27,7 @@ Bugfixes:
* Type Checker: Fixed internal error when trying to create abstract contract in some cases.
* Type Checker: Fixed internal error related to double declaration of events.
* Type Checker: Disallow inline arrays of mapping type.
+ * Type Checker: Consider abstract function to be implemented by public state variable.
Build System:
* Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67.