mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Sort Changelog for 0.8.19
This commit is contained in:
parent
103bf7a71f
commit
94ab0e3c53
@ -9,12 +9,12 @@ Compiler Features:
|
|||||||
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Code Generator: Avoid including references to the deployed label of referenced functions if they are called right away.
|
|
||||||
* Assembler: Avoid duplicating subassembly bytecode where possible.
|
* Assembler: Avoid duplicating subassembly bytecode where possible.
|
||||||
|
* Code Generator: Avoid including references to the deployed label of referenced functions if they are called right away.
|
||||||
* ContractLevelChecker: Properly distinguish the case of missing base constructor arguments from having an unimplemented base function.
|
* ContractLevelChecker: Properly distinguish the case of missing base constructor arguments from having an unimplemented base function.
|
||||||
|
* SMTChecker: Fix internal error caused by unhandled ``z3`` expressions that come from the solver when bitwise operators are used.
|
||||||
* SMTChecker: Fix internal error when using the custom NatSpec annotation to abstract free functions.
|
* SMTChecker: Fix internal error when using the custom NatSpec annotation to abstract free functions.
|
||||||
* TypeChecker: Also allow external library functions in ``using for``.
|
* TypeChecker: Also allow external library functions in ``using for``.
|
||||||
* SMTChecker: Fix internal error caused by unhandled ``z3`` expressions that come from the solver when bitwise operators are used.
|
|
||||||
|
|
||||||
|
|
||||||
AST Changes:
|
AST Changes:
|
||||||
|
Loading…
Reference in New Issue
Block a user