diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-08 20:26:01 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-17 00:32:47 +0800 |
commit | 5c59d56335f3777b9e4ad595b66787ed563b26f1 (patch) | |
tree | 3099b0f30601a86f030710d8805758a31cee54b3 /Changelog.md | |
parent | 76fc4f8e00a994f0d961d2ca5f0eafa500b20e8e (diff) | |
download | dexon-solidity-5c59d56335f3777b9e4ad595b66787ed563b26f1.tar.gz dexon-solidity-5c59d56335f3777b9e4ad595b66787ed563b26f1.tar.zst dexon-solidity-5c59d56335f3777b9e4ad595b66787ed563b26f1.zip |
Disallow conversions between bytesX and uintY of different size.
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 e047f336..98bb5f0a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.5.0 (unreleased) Breaking Changes: + * Disallow conversions between bytesX and uintY of different size. * Type Checker: Disallow arithmetic operations for Boolean variables. Features: |