diff options
author | chriseth <chris@ethereum.org> | 2018-03-28 17:16:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 17:16:44 +0800 |
commit | 3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de (patch) | |
tree | 04577e8e811cdda7555c510326f7215a00d89bb5 /Changelog.md | |
parent | 62559cf1278afc417d19ec181e2bced364cadea2 (diff) | |
parent | b79531bebf67b84fbd2cfe90c1911ec563855afa (diff) | |
download | dexon-solidity-3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de.tar.gz dexon-solidity-3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de.tar.zst dexon-solidity-3bb54e8bd5ea75bd52d2eca43fd438f8e894a2de.zip |
Merge pull request #3775 from federicobond/improve-error-fractional-shift
Improve error message when attempting 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 9235ed3a..5cd4c2f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,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) |