diff options
author | chriseth <chris@ethereum.org> | 2018-12-01 07:08:42 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-03 17:46:03 +0800 |
commit | 0668a9ecfb60ab0e00bfb2c4a4a97ce523860832 (patch) | |
tree | f2c7652047f2f824a35379c415cf27870116238b /Changelog.md | |
parent | cc00d8172b6cd7f9fc032e4a21857455ace2f290 (diff) | |
download | dexon-solidity-0668a9ecfb60ab0e00bfb2c4a4a97ce523860832.tar.gz dexon-solidity-0668a9ecfb60ab0e00bfb2c4a4a97ce523860832.tar.zst dexon-solidity-0668a9ecfb60ab0e00bfb2c4a4a97ce523860832.zip |
Public state variables are implementing external functions.
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 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. |