mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Mention mod-and-replacement in changelog.
This commit is contained in:
parent
729c6a95f8
commit
927adb8f2a
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user