Skip to content

Commit f917249

Browse files
committed
Changelog: Remove the superfluous entry about error reporter
1 parent 8b05868 commit f917249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Changelog.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Compiler Features:
99
* Yul Optimizer: Add rule to convert `mod(mul(X, Y), A)` into `mulmod(X, Y, A)`, if `A` is a power of two.
1010
* Yul Optimizer: Add rule to convert `mod(add(X, Y), A)` into `addmod(X, Y, A)`, if `A` is a power of two.
1111
* Code Generator: More efficient code for checked addition and subtraction.
12-
* Error Reporter: More readable and informative error/warning messages.
1312

1413
Bugfixes:
1514
* Commandline Interface: Disallow the following options outside of the compiler mode: ``--via-ir``,``--metadata-literal``, ``--metadata-hash``, ``--model-checker-show-unproved``, ``--model-checker-div-mod-no-slacks``, ``--model-checker-engine``, ``--model-checker-invariants``, ``--model-checker-solvers``, ``--model-checker-timeout``, ``--model-checker-contracts``, ``--model-checker-targets``.

0 commit comments

Comments
 (0)