diff options
author | Federico Bond <federicobond@gmail.com> | 2018-03-22 12:20:50 +0800 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2018-03-22 21:05:49 +0800 |
commit | b79531bebf67b84fbd2cfe90c1911ec563855afa (patch) | |
tree | c88d3e68e3b25f9a957244b73f4c9a4223a0bfb6 /Changelog.md | |
parent | ba209fe485ba40ea3926800bc90932bec40cd16f (diff) | |
download | dexon-solidity-b79531bebf67b84fbd2cfe90c1911ec563855afa.tar.gz dexon-solidity-b79531bebf67b84fbd2cfe90c1911ec563855afa.tar.zst dexon-solidity-b79531bebf67b84fbd2cfe90c1911ec563855afa.zip |
Improve error message when trying to shift by fractional number
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 c5577b86..11be5b9d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,6 +10,7 @@ Bugfixes: * Commandline interface: Support ``--evm-version constantinople`` properly. * DocString Parser: Fix error message for empty descriptions. * Standard JSON: Support ``constantinople`` as ``evmVersion`` properly. + * Type System: Improve error message when attempting to shift by a fractional amount. * Type System: Make external library functions accessible. ### 0.4.21 (2018-03-07) |