diff options
author | chriseth <chris@ethereum.org> | 2017-06-24 00:37:15 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-26 22:30:36 +0800 |
commit | f47e6e90fb55066ff602a1448fc2d3f650449559 (patch) | |
tree | 253a144ad17a27acd3095f1f3dbcb77265026e87 /Changelog.md | |
parent | d2445dfdced2d4e1fccdd873963e02663c0116c1 (diff) | |
download | dexon-solidity-f47e6e90fb55066ff602a1448fc2d3f650449559.tar.gz dexon-solidity-f47e6e90fb55066ff602a1448fc2d3f650449559.tar.zst dexon-solidity-f47e6e90fb55066ff602a1448fc2d3f650449559.zip |
Disallow comparisons between some types.
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 cfedf1fc..8eaa8271 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,7 @@ Bugfixes: * Type Checker: Fix address literals not being treated as compile-time constants. * Type Checker: Disallow invoking the same modifier multiple times. * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences. + * Type Checker: Disallow comparisons between mapping and non-internal function types. * Type Checker: Do not treat strings that look like addresses as addresses. * Fixed crash concerning non-callable types. * Unused variable warnings no longer issued for variables used inside inline assembly. |