Skip to content

Commit e567f40

Browse files
committed
Sort bugfixes in changelog
1 parent ecf21eb commit e567f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Changelog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Compiler Features:
1717
Bugfixes:
1818
* Code Generator: Fix a crash when using ``@use-scr`` and compiling from yul to ewasm
1919
* Code Generator: Fix constructor source mappings for immutables.
20+
* Commandline Interface: Disallow ``--error-recovery`` option outside of the compiler mode.
21+
* Commandline Interface: Don't return zero exit code when writing linked files to disk fails.
2022
* Commandline Interface: Fix extra newline character being appended to sources passed through standard input, affecting their hashes.
2123
* Commandline Interface: Report output selection options unsupported by the selected input mode instead of ignoring them.
22-
* Commandline Interface: Don't return zero exit code when writing linked files to disk fails.
23-
* Commandline Interface: Disallow ``--error-recovery`` option outside of the compiler mode.
24+
* Commandline Interface: When linking only accept exact matches for library names passed to the ``--libraries`` option. Library names not prefixed with a file name used to match any library with that name.
2425
* SMTChecker: Fix internal error in magic type access (``block``, ``msg``, ``tx``).
2526
* TypeChecker: Fix internal error when using user defined value types in public library functions.
2627
* Yul Assembler: Fix internal error when function names are not unique.
2728
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
28-
* Commandline Interface: When linking only accept exact matches for library names passed to the ``--libraries`` option. Library names not prefixed with a file name used to match any library with that name.
2929

3030

3131

0 commit comments

Comments
 (0)