aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-12-02 09:01:55 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-12-11 10:34:42 +0800
commite9d256ddf4322050f9b834abd3400f1cb5377f68 (patch)
tree6d4fca6a46240f2d2ac44a138163f63ae88050cd /Changelog.md
parent226bfe5be1f7443e644d2cfd62aac19b56836b8a (diff)
downloaddexon-solidity-e9d256ddf4322050f9b834abd3400f1cb5377f68.tar.gz
dexon-solidity-e9d256ddf4322050f9b834abd3400f1cb5377f68.tar.zst
dexon-solidity-e9d256ddf4322050f9b834abd3400f1cb5377f68.zip
Suggest the experimental ABI encoder if using structs as function parameters
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 248165bb..cf6498a1 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,8 @@ Features:
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
Bugfixes:
+ * Type Checker: Suggest the experimental ABI encoder if using ``struct``s as function parameters
+ (instead of an internal compiler error).
### 0.4.19 (2017-11-30)