diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2016-10-25 02:12:31 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2016-10-25 22:49:10 +0800 |
commit | 3ca5900b8c0b69d640ef46388b0d2250275356fc (patch) | |
tree | 33d044a39ec84cd20c505b62c0d440ad78ee6617 /Changelog.md | |
parent | 578b02bb37bf7cc2fa8cdcb745eaeef5591ea27e (diff) | |
download | dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.gz dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.bz2 dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.lz dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.xz dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.tar.zst dexon-solidity-3ca5900b8c0b69d640ef46388b0d2250275356fc.zip |
ast: ban signed EXP, fixing #1246
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 a24ac211..8fa54c81 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: Bugfixes: + * Type checker: forbid signed exponential that led to an incorrect use of EXP opcode. ### 0.4.3 (2016-10-25) |