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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,23 @@
1
-
### 0.8.17 (unreleased)
1
+
### 0.8.17 (2022-09-08)
2
2
3
3
Important Bugfixes:
4
4
* Yul Optimizer: Prevent the incorrect removal of storage writes before calls to Yul functions that conditionally terminate the external EVM call.
5
5
6
6
7
-
Language Features:
8
-
9
-
10
7
Compiler Features:
11
8
* Code Generator: More efficient overflow checks for multiplication.
12
-
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
13
9
* Language Server: Analyze all files in a project by default (can be customized by setting ``'file-load-strategy'`` to ``'directly-opened-and-on-import'`` in LSP settings object).
10
+
* Yul Optimizer: Simplify the starting offset of zero-length operations to zero.
14
11
15
12
16
13
Bugfixes:
17
14
* Type Checker: Fix internal compiler error on tuple assignments with invalid left-hand side.
15
+
* Yul IR Code Generation: Fix internal compiler error when accessing the ``.slot`` member of a mapping through a storage reference in inline assembly.
16
+
17
+
18
+
Build System:
19
+
* Allow disabling pedantic warnings and do not treat warnings as errors during compiler build when ``-DPEDANTIC=OFF`` flag is passed to CMake.
0 commit comments