aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-28 20:50:23 +0800
committerGitHub <noreply@github.com>2017-09-28 20:50:23 +0800
commit010189d58eca560dd319aab07daa43bda0911a40 (patch)
treea2a2059460db0b02d0fc5eb62501d81be47fc067 /Changelog.md
parentc6c3163c2a2e3dbe30a9ee51773cc652de026c01 (diff)
parent639b85f4987db13bebdd751b205424810a7daab7 (diff)
downloaddexon-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.md1
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)