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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Language Features:
4
4
* Accept declarations of state variables with ``transient`` data location (parser support only, no code generation yet).
5
5
* Make ``require(bool, Error)`` available when using the legacy pipeline.
6
-
* Yul: Parsing rules for source location comments have been relaxed: Whitespace between the indices as well as single-quoted code snippets are now allowed.
6
+
* Yul: Parsing rules for source location comments have been relaxed: Whitespace between the location components as well as single-quoted code snippets are now allowed.
7
7
8
8
9
9
Compiler Features:
@@ -14,12 +14,12 @@ Compiler Features:
14
14
15
15
16
16
Bugfixes:
17
-
* AsmParser: Alleviates risk of encountering a segfault for very long comments.
18
17
* SMTChecker: Fix error that reports invalid number of verified checks for BMC and CHC engines.
19
18
* SMTChecker: Fix formatting of unary minus expressions in invariants.
20
19
* SMTChecker: Fix internal compiler error when reporting proved targets for BMC engine.
21
20
* TypeChecker: Fix segfault when assigning nested tuple to tuple.
22
21
* Yul Optimizer: Name simplification could lead to forbidden identifiers with a leading and/or trailing dot, e.g., ``x._`` would get simplified into ``x.``.
22
+
* Yul Parser: Fix segfault when parsing very long location comments.
0 commit comments