diff options
author | chriseth <chris@ethereum.org> | 2016-10-26 20:28:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-26 20:28:10 +0800 |
commit | 34e2209bcc782ceb0400b73cda23bf1173ea34e9 (patch) | |
tree | 33d044a39ec84cd20c505b62c0d440ad78ee6617 /Changelog.md | |
parent | 4f1b5d26f7942117b44f199b0e73ce648b90bafb (diff) | |
parent | 3ca5900b8c0b69d640ef46388b0d2250275356fc (diff) | |
download | dexon-solidity-34e2209bcc782ceb0400b73cda23bf1173ea34e9.tar.gz dexon-solidity-34e2209bcc782ceb0400b73cda23bf1173ea34e9.tar.zst dexon-solidity-34e2209bcc782ceb0400b73cda23bf1173ea34e9.zip |
Merge pull request #1274 from ethereum/signed-exp
Banning signed exp
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) |