From d5c94cb4121f2ab97ea52a5471e18c26434dd6e3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 19 Oct 2016 20:28:14 +0100 Subject: Add constant shift to the changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) 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``. -- cgit