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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### 0.8.10 (unreleased)
1
+
### 0.8.10 (2021-11-09)
2
2
3
3
Language Features:
4
4
* Inline Assembly: Support ``.address`` and ``.selector`` on external function pointers to access their address and function selector.
@@ -28,23 +28,23 @@ Bugfixes:
28
28
* Commandline Interface: When linking only accept exact matches for library names passed to the ``--libraries`` option. Library names not prefixed with a file name used to match any library with that name.
29
29
* SMTChecker: Fix internal error in magic type access (``block``, ``msg``, ``tx``).
30
30
* SMTChecker: Fix internal error in the CHC engine when passing gas in the function options.
31
-
* TypeChecker: Fix internal error when using user defined value types in public library functions.
32
31
* TypeChecker: Fix internal error when using arrays and structs with user defined value types before declaration.
32
+
* TypeChecker: Fix internal error when using user defined value types in public library functions.
33
33
* TypeChecker: Improved error message for constant variables with (nested) mapping types.
34
34
* Yul Assembler: Fix internal error when function names are not unique.
35
35
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
36
36
37
37
38
+
Important Bugfixes in Experimental Features:
39
+
* Yul IR Generator: Changes to function return variables referenced in modifier invocation arguments were not properly forwarded if there was more than one return variable.
40
+
41
+
38
42
Build System:
39
43
* Pass linker-only emscripten options only when linking.
40
44
* Remove obsolete compatibility workaround for emscripten builds.
41
45
* Update emscripten to version 2.0.33.
42
46
43
47
44
-
Important Bugfixes in Experimental Features:
45
-
* Yul IR Generator: Changes to function return variables referenced in modifier invocation arguments were not properly forwarded if there was more than one return variable.
0 commit comments