diff options
author | chriseth <c@ethdev.com> | 2016-11-01 00:10:51 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-11-01 00:10:51 +0800 |
commit | 1427c82c77ecfb1bfba7490ad656dc2ed414873c (patch) | |
tree | 5a9228a84df7723a13d27343afadd5f45b0010a0 | |
parent | 9920e88eead1b874f7168d7cbc6b63d79c035834 (diff) | |
download | dexon-solidity-1427c82c77ecfb1bfba7490ad656dc2ed414873c.tar.gz dexon-solidity-1427c82c77ecfb1bfba7490ad656dc2ed414873c.tar.zst dexon-solidity-1427c82c77ecfb1bfba7490ad656dc2ed414873c.zip |
Updated changelog.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 8fa54c81..a14376e1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,7 @@ Features: Bugfixes: * Type checker: forbid signed exponential that led to an incorrect use of EXP opcode. + * Code generator: properly clean higher order bytes before storing in storage. ### 0.4.3 (2016-10-25) |