diff options
author | chriseth <chris@ethereum.org> | 2017-10-18 17:59:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-18 17:59:40 +0800 |
commit | e854da1a8c2253704e412214e8115fd1c1c819f2 (patch) | |
tree | edc7f6a7cd392ee4681c16536f7692a05a4f1de4 /Changelog.md | |
parent | e247524bd563371e2ed2b871a0185ad033c1de24 (diff) | |
parent | 8a8a71de84f5bd71fcea4d31d5a53fde7820ead6 (diff) | |
download | dexon-solidity-e854da1a8c2253704e412214e8115fd1c1c819f2.tar.gz dexon-solidity-e854da1a8c2253704e412214e8115fd1c1c819f2.tar.zst dexon-solidity-e854da1a8c2253704e412214e8115fd1c1c819f2.zip |
Merge pull request #2925 from ethereum/tuple-value-check
Validate each tuple literal
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 c9e76ee5..f4caefd8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -24,6 +24,7 @@ Bugfixes: * Type Checker: Prevent duplicate event declarations. * Type Checker: Do not mark event parameters as shadowing state variables. * Type Checker: Allow ``gas`` in view functions. + * Type Checker: Validate each number literal in tuple expressions even if they are not assigned from. ### 0.4.17 (2017-09-21) |