diff options
author | chriseth <chris@ethereum.org> | 2018-09-05 02:21:03 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-05 02:21:03 +0800 |
commit | 85debe77d9b616a37ecf0ed080045b3747b3aa7d (patch) | |
tree | 95ae6123afb0caf32ecb2405a54aa34635ee71ca /Changelog.md | |
parent | c9f50b36aac0328d65fa4061e982ce26b997add6 (diff) | |
parent | 3d7b0d691f8b5f86cd81bd56f2a40508832e9a0e (diff) | |
download | dexon-solidity-85debe77d9b616a37ecf0ed080045b3747b3aa7d.tar.gz dexon-solidity-85debe77d9b616a37ecf0ed080045b3747b3aa7d.tar.zst dexon-solidity-85debe77d9b616a37ecf0ed080045b3747b3aa7d.zip |
Merge pull request #4866 from bakaoh/issue4743
Fix#4743: Incorrect 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 c9d80432..bf99123b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -113,6 +113,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) |