diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-28 20:50:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-28 20:50:23 +0800 |
commit | 010189d58eca560dd319aab07daa43bda0911a40 (patch) | |
tree | a2a2059460db0b02d0fc5eb62501d81be47fc067 /Changelog.md | |
parent | c6c3163c2a2e3dbe30a9ee51773cc652de026c01 (diff) | |
parent | 639b85f4987db13bebdd751b205424810a7daab7 (diff) | |
download | dexon-solidity-010189d58eca560dd319aab07daa43bda0911a40.tar.gz dexon-solidity-010189d58eca560dd319aab07daa43bda0911a40.tar.zst dexon-solidity-010189d58eca560dd319aab07daa43bda0911a40.zip |
Merge pull request #2986 from ethereum/fixsourcelocationofvariabledecsatement
Fix source location of VariableDeclarationStatement.
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 9755d2d3..b1643810 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: * Parser: Better error message for unexpected trailing comma in parameter lists. Bugfixes: + * Parser: Fix source location of VariableDeclarationStatement. ### 0.4.17 (2017-09-21) |