Skip to content

Commit 0835e41

Browse files
committed
Sort changelog for 0.8.16 alphabetically
1 parent 4e67ef2 commit 0835e41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Language Features:
77

88

99
Compiler Features:
10+
* Code Generator: More efficient code for checked addition and subtraction.
1011
* TypeChecker: Support using library constants in initializers of other constants.
1112
* Yul IR Code Generation: Improved copy routines for arrays with packed storage layout.
12-
* Yul Optimizer: Add rule to convert `mod(mul(X, Y), A)` into `mulmod(X, Y, A)`, if `A` is a power of two.
1313
* Yul Optimizer: Add rule to convert `mod(add(X, Y), A)` into `addmod(X, Y, A)`, if `A` is a power of two.
14-
* Code Generator: More efficient code for checked addition and subtraction.
14+
* Yul Optimizer: Add rule to convert `mod(mul(X, Y), A)` into `mulmod(X, Y, A)`, if `A` is a power of two.
1515

1616

1717
Bugfixes:
1818
* 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``.
19-
* Type Checker: Fix null dereference in `abi.encodeCall` type checking of free function.
20-
* Type Checker: Fix compiler crash when `abi.encodeCall` received a tuple expression instead of an inline tuple.
2119
* Type Checker: Fix compiler crash on tuple assignments involving certain patterns with unary tuples on the left-hand side.
20+
* Type Checker: Fix compiler crash when `abi.encodeCall` received a tuple expression instead of an inline tuple.
21+
* Type Checker: Fix null dereference in `abi.encodeCall` type checking of free function.
2222

2323

2424
### 0.8.15 (2022-06-15)

0 commit comments

Comments
 (0)