mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry
This commit is contained in:
parent
508aae8a67
commit
8c49d86e6b
@ -8,6 +8,7 @@ Compiler Features:
|
||||
* Code Generator: Use codecopy for string constants more aggressively.
|
||||
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
|
||||
* SMTChecker: Support mathematical and cryptographic functions in an uninterpreted way.
|
||||
* Static Analyzer: Do not warn about unused variables or state mutability for functions with an empty body.
|
||||
* Type Checker: Add an additional reason to be displayed when type conversion fails.
|
||||
* Yul: Support object access via ``datasize``, ``dataoffset`` and ``datacopy`` in standalone assembly mode.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user