diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-12-05 21:34:27 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-12-07 18:55:53 +0800 |
commit | b2afb8cdda84f7e98fbee652c130bff0d9d30023 (patch) | |
tree | d297dd858f37da0e2fb7c4c70545c1d7ed205335 /Changelog.md | |
parent | 52ff3c945531f1e6ca490475174688f496e78008 (diff) | |
download | dexon-solidity-b2afb8cdda84f7e98fbee652c130bff0d9d30023.tar.gz dexon-solidity-b2afb8cdda84f7e98fbee652c130bff0d9d30023.tar.zst dexon-solidity-b2afb8cdda84f7e98fbee652c130bff0d9d30023.zip |
Adds an additional message to failing type conversions.
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 cf3cf9e2..6a366ca0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Language Features: Compiler Features: * Inline Assembly: Improve error messages around invalid function argument count. * Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``. + * Type Checker: Add an additional reason to be displayed when type conversion fails. Bugfixes: |