diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 22:33:51 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-11 00:11:48 +0800 |
commit | ead13b1d21b1b10f4a13afb98a742fda9828edb2 (patch) | |
tree | 5846560061f4431750b364aedd99e9fb337a8965 | |
parent | 53f531ecb0ef6bc5e5cfe06720b08619f1181a35 (diff) | |
download | dexon-solidity-ead13b1d21b1b10f4a13afb98a742fda9828edb2.tar.gz dexon-solidity-ead13b1d21b1b10f4a13afb98a742fda9828edb2.tar.zst dexon-solidity-ead13b1d21b1b10f4a13afb98a742fda9828edb2.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 6a366ca0..02322a1c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Language Features: Compiler Features: * Inline Assembly: Improve error messages around invalid function argument count. + * Code Generator: Use codecopy for string constants more aggressively. * 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. |