From 639b85f4987db13bebdd751b205424810a7daab7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 27 Sep 2017 19:27:36 +0200 Subject: Fix source location of VariableDeclarationStatement. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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) -- cgit