diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-04-30 07:15:22 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-12-12 18:12:10 +0800 |
commit | b8b4f5e9f9a89eac1218551b5da322b41c7813f4 (patch) | |
tree | 6c7b01ba8f1364d866143b3932092520a339b0af /Changelog.md | |
parent | d0542f0e369a95ed2ae2a02cec2a199e3844c885 (diff) | |
download | dexon-solidity-b8b4f5e9f9a89eac1218551b5da322b41c7813f4.tar.gz dexon-solidity-b8b4f5e9f9a89eac1218551b5da322b41c7813f4.tar.zst dexon-solidity-b8b4f5e9f9a89eac1218551b5da322b41c7813f4.zip |
Support bitshifting in variables
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 1eb90c22..9bc465ee 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ ### 0.4.7 (unreleased) Features: + * Bitshift operators. * Type checker: Warn when ``msg.value`` is used in non-payable function. * Code generator: Inject the Swarm hash of a metadata file into the bytecode. * Optimizer: Some dead code elimination. |