aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2018-01-04 18:24:39 +0800
committerchriseth <chris@ethereum.org>2018-01-04 18:24:39 +0800
commita0771691ff1a8ea8b2dda07ff50e48fc81a2a705 (patch)
treee7ffc52054042274dceb8702f609d1a448173cac /Changelog.md
parentfdbe78a7693aef51a69ec4399de4f9b919ae1675 (diff)
downloaddexon-solidity-a0771691ff1a8ea8b2dda07ff50e48fc81a2a705.tar.gz
dexon-solidity-a0771691ff1a8ea8b2dda07ff50e48fc81a2a705.tar.zst
dexon-solidity-a0771691ff1a8ea8b2dda07ff50e48fc81a2a705.zip
Improve error message for wrong struct initialization (#3359)
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 361fee9c..026b9118 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Bugfixes:
* 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).
+ * Type Checker: Improve error message for wrong struct initialization.
### 0.4.19 (2017-11-30)