aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-02-13 15:51:11 +0800
committerchriseth <chris@ethereum.org>2018-02-13 15:51:11 +0800
commit927adb8f2aa18206d9efd63c9091c59d215c687e (patch)
treeb72c4003818b7c06a07e1378a9e4273d72b64320 /Changelog.md
parent729c6a95f8615586969e206b0b796011b3824adf (diff)
downloaddexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar.gz
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar.bz2
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar.lz
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar.xz
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.tar.zst
dexon-solidity-927adb8f2aa18206d9efd63c9091c59d215c687e.zip
Mention mod-and-replacement in changelog.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index db425291..3bdd366d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,7 @@ Features:
* Limit the number of warnings raised for creating abstract contracts.
* Inline Assembly: Issue warning for using jump labels (already existed for jump instructions).
* Inline Assembly: Support some restricted tokens (return, byte, address) as identifiers in Julia mode.
+ * Optimiser: Replace `x % 2**i` by `x & (2**i-1)`.
* SMT Checker: If-else branch conditions are taken into account in the SMT encoding of the program
variables.
* Syntax Checker: Deprecate the ``var`` keyword (and mark it an error as experimental 0.5.0 feature).