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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,21 +45,22 @@ AST Changes:
45
45
### 0.7.6 (unreleased)
46
46
47
47
Language Features:
48
+
* Code generator: Support conversion from calldata slices to memory and storage arrays.
48
49
* Code generator: Support copying dynamically encoded structs from calldata to memory.
49
50
* Code generator: Support copying of nested arrays from calldata to memory.
50
-
*Code generator: Support conversion from calldata slices to memory and storage arrays.
51
+
*Scanner: Generate a parser error when comments or unicode strings contain an unbalanced or underflowing set of unicode direction override markers (LRO, RLO, LRE, RLE, PDF).
51
52
* The fallback function can now also have a single ``calldata`` argument (equaling ``msg.data``) and return ``bytes memory`` (which will not be ABI-encoded but returned as-is).
52
53
* Wasm backend: Add ``i32.select`` and ``i64.select`` instructions.
53
54
54
55
Compiler Features:
55
56
* Build System: Optionally support dynamic loading of Z3 and use that mechanism for Linux release builds.
56
57
* Code Generator: Avoid memory allocation for default value if it is not used.
58
+
* SMTChecker: Create underflow and overflow verification targets for increment/decrement in the CHC engine.
57
59
* SMTChecker: Report struct values in counterexamples from CHC engine.
58
60
* SMTChecker: Support early returns in the CHC engine.
59
61
* SMTChecker: Support getters.
60
62
* SMTChecker: Support named arguments in function calls.
61
63
* SMTChecker: Support struct constructor.
62
-
* SMTChecker: Create underflow and overflow verification targets for increment/decrement in the CHC engine.
63
64
* Standard-Json: Move the recently introduced ``modelCheckerSettings`` key to ``settings.modelChecker``.
64
65
* Standard-Json: Properly filter the requested output artifacts.
0 commit comments