mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add Changelog entry.
This commit is contained in:
parent
56238ab1ec
commit
d7d71a14df
@ -4,6 +4,8 @@ Features:
|
|||||||
* Remove deprecated ``constant`` as function state modifier from documentation and tests (but still leave it as a valid feature).
|
* Remove deprecated ``constant`` as function state modifier from documentation and tests (but still leave it as a valid feature).
|
||||||
* Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage.
|
* Build System: Update internal dependency of jsoncpp to 1.8.4, which introduces more strictness and reduces memory usage.
|
||||||
* Code Generator: Use native shift instructions on target Constantinople.
|
* Code Generator: Use native shift instructions on target Constantinople.
|
||||||
|
* Control Flow Graph: Add Control Flow Graph as analysis structure.
|
||||||
|
* Control Flow Graph: Warn about returning uninitialized storage pointers.
|
||||||
* Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation.
|
* Gas Estimator: Only explore paths with higher gas costs. This reduces accuracy but greatly improves the speed of gas estimation.
|
||||||
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
|
* Optimizer: Remove unnecessary masking of the result of known short instructions (``ADDRESS``, ``CALLER``, ``ORIGIN`` and ``COINBASE``).
|
||||||
* Parser: Display nicer error messages by showing the actual tokens and not internal names.
|
* Parser: Display nicer error messages by showing the actual tokens and not internal names.
|
||||||
|
Loading…
Reference in New Issue
Block a user