Sort changelog for 0.8.17 alphabetically

This commit is contained in:
Kamil Śliwak 2022-09-08 14:38:23 +02:00 committed by Daniel Kirchner
parent 1649f24767
commit 514842e2a4

View File

@ -4,13 +4,10 @@ Important Bugfixes:
* Yul Optimizer: Prevent the incorrect removal of storage writes before calls to Yul functions that conditionally terminate the external EVM call.
Language Features:
Compiler Features:
* Code Generator: More efficient overflow checks for multiplication.
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
* Language Server: Analyze all files in a project by default (can be customized by setting ``'file-load-strategy'`` to ``'directly-opened-and-on-import'`` in LSP settings object).
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
Bugfixes: