You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,23 @@ Compiler Features:
14
14
* SMTChecker: Add constraints to better correlate ``address(this).balance`` and ``msg.value``.
15
15
* SMTChecker: Support the ``value`` option for external function calls.
16
16
* SMTChecker: Support constants via modules.
17
+
* SMTChecker: Support user defined value types.
17
18
18
19
19
20
Bugfixes:
20
21
* Code Generator: Fix ICE on assigning to calldata structs and statically-sized calldata arrays in inline assembly.
21
22
* Code Generator: Use stable source order for ABI functions.
22
-
* Commandline Interface: Report optimizer options as invalid in Standard JSON and linker modes instead of ignoring them.
23
23
* Commandline Interface: Disallow the ``--experimental-via-ir`` option in Standard JSON, Assembler and Linker modes.
24
-
*Opcode Optimizer: Prevent the optimizer from running multiple times to avoid potential bytecode differences for referenced code.
24
+
*Commandline Interface: Report optimizer options as invalid in Standard JSON and linker modes instead of ignoring them.
25
25
* Name Resolver: Fix that when importing an aliased symbol using ``import {AliasedName} from "a.sol"`` it would use the original name of the symbol and not the aliased one.
26
+
* Opcode Optimizer: Prevent the optimizer from running multiple times to avoid potential bytecode differences for referenced code.
26
27
* Parser: Properly check for multiple SPDX license identifiers next to each other and validate them.
0 commit comments