diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-20 03:28:14 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-10-20 07:04:11 +0800 |
commit | d5c94cb4121f2ab97ea52a5471e18c26434dd6e3 (patch) | |
tree | 72c4f401a72a54c81c78b53870fc04483dc235e4 | |
parent | 7ac27c957ed061be4f9dafeff686c07cc693d65b (diff) | |
download | dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar.gz dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar.bz2 dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar.lz dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar.xz dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.tar.zst dexon-solidity-d5c94cb4121f2ab97ea52a5471e18c26434dd6e3.zip |
Add constant shift to the changelog
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index ddfd01c3..343d8aa7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,7 @@ Features: * Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes (note: ``suicide`` is deprecated). * Include ``keccak256()`` as an alias to ``sha3()``. + * Support shifting constant numbers. Bugfixes: * Disallow unknown options in ``solc``. |