aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-18 17:59:40 +0800
committerGitHub <noreply@github.com>2017-10-18 17:59:40 +0800
commite854da1a8c2253704e412214e8115fd1c1c819f2 (patch)
treeedc7f6a7cd392ee4681c16536f7692a05a4f1de4 /Changelog.md
parente247524bd563371e2ed2b871a0185ad033c1de24 (diff)
parent8a8a71de84f5bd71fcea4d31d5a53fde7820ead6 (diff)
downloaddexon-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.md1
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)