diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-12-18 19:40:06 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-12-18 20:17:51 +0800 |
commit | add4cde68cd9b5c52db8a312a34591a8bb61d8fa (patch) | |
tree | 1d30d74edca347bdaf1e428f1b1fa0efb16faf7a /Changelog.md | |
parent | 3d1830f3f27f4b915b27472dcfb326223ef77e50 (diff) | |
download | dexon-solidity-add4cde68cd9b5c52db8a312a34591a8bb61d8fa.tar.gz dexon-solidity-add4cde68cd9b5c52db8a312a34591a8bb61d8fa.tar.zst dexon-solidity-add4cde68cd9b5c52db8a312a34591a8bb61d8fa.zip |
Populate the sourceLocation field properly in standard JSON on errors
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 e2325a0c..361fee9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: Bugfixes: * Parser: Disallow event declarations with no parameter list. + * Standard JSON: Populate the ``sourceLocation`` field in the error list. * Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters (instead of an internal compiler error). |