diff options
author | chriseth <chris@ethereum.org> | 2018-05-15 02:37:07 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-05-17 00:32:47 +0800 |
commit | 76fc4f8e00a994f0d961d2ca5f0eafa500b20e8e (patch) | |
tree | 8791979c40fc38b4c83bc6ac1fb24f083dc6be9f /Changelog.md | |
parent | 970567826905c953134e54c64f129e31b3fc6a05 (diff) | |
parent | a19b516b2b0b56e2dc0f769ee96ffc871b7acee2 (diff) | |
download | dexon-solidity-76fc4f8e00a994f0d961d2ca5f0eafa500b20e8e.tar.gz dexon-solidity-76fc4f8e00a994f0d961d2ca5f0eafa500b20e8e.tar.zst dexon-solidity-76fc4f8e00a994f0d961d2ca5f0eafa500b20e8e.zip |
Merge pull request #4043 from ethereum/bool_vars_comparison
Bool vars comparison
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 38c66d39..e047f336 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ ### 0.5.0 (unreleased) -Features: +Breaking Changes: + * Type Checker: Disallow arithmetic operations for Boolean variables. +Features: Bugfixes: |