diff options
author | bakaoh <tatattai@gmail.com> | 2018-08-31 10:52:33 +0800 |
---|---|---|
committer | bakaoh <tatattai@gmail.com> | 2018-08-31 10:54:11 +0800 |
commit | 3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e (patch) | |
tree | 5fd1fdfc0a0fda751436720a3ab45b45707ce223 /Changelog.md | |
parent | c458f5988bc4c5bcb61135b5eec217f1be7cd33c (diff) | |
download | dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.gz dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.bz2 dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.lz dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.xz dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.tar.zst dexon-solidity-3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e.zip |
Update test to correct source location for nameless parameters
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 1e16df59..0e17271a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -112,6 +112,7 @@ Bugfixes: * Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values. * Type Checker: Dynamic types as key for public mappings return error instead of assertion fail. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. + * Parser: Fix incorrect source location for nameless parameters. ### 0.4.24 (2018-05-16) |