diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-18 18:39:17 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-10-18 00:59:01 +0800 |
commit | c99d2aae042643d9d26a4b952e07ca90f11a83c3 (patch) | |
tree | 4935870d142b7870900a480bcbe66ef2cc146f4d /Changelog.md | |
parent | c67b559ead9676fb1983e09c512dd9f483c0b6f1 (diff) | |
download | dexon-solidity-c99d2aae042643d9d26a4b952e07ca90f11a83c3.tar.gz dexon-solidity-c99d2aae042643d9d26a4b952e07ca90f11a83c3.tar.zst dexon-solidity-c99d2aae042643d9d26a4b952e07ca90f11a83c3.zip |
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 ed3cdfea..076df606 100644 --- a/Changelog.md +++ b/Changelog.md @@ -22,6 +22,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) |