Skip to content

Commit 8138c7c

Browse files
committed
Sort changelog and set release date.
1 parent ea3c34a commit 8138c7c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Changelog.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.10 (unreleased)
1+
### 0.8.10 (2021-11-09)
22

33
Language Features:
44
* Inline Assembly: Support ``.address`` and ``.selector`` on external function pointers to access their address and function selector.
@@ -25,23 +25,23 @@ Bugfixes:
2525
* 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.
2626
* SMTChecker: Fix internal error in magic type access (``block``, ``msg``, ``tx``).
2727
* SMTChecker: Fix internal error in the CHC engine when passing gas in the function options.
28-
* TypeChecker: Fix internal error when using user defined value types in public library functions.
2928
* TypeChecker: Fix internal error when using arrays and structs with user defined value types before declaration.
29+
* TypeChecker: Fix internal error when using user defined value types in public library functions.
3030
* TypeChecker: Improved error message for constant variables with (nested) mapping types.
3131
* Yul Assembler: Fix internal error when function names are not unique.
3232
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
3333

3434

35+
Important Bugfixes in Experimental Features:
36+
* 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.
37+
38+
3539
Build System:
3640
* Pass linker-only emscripten options only when linking.
3741
* Remove obsolete compatibility workaround for emscripten builds.
3842
* Update emscripten to version 2.0.33.
3943

4044

41-
Important Bugfixes in Experimental Features:
42-
* 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.
43-
44-
4545
### 0.8.9 (2021-09-29)
4646

4747
Important Bugfixes:

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1544,6 +1544,10 @@
15441544
],
15451545
"released": "2021-01-27"
15461546
},
1547+
"0.8.10": {
1548+
"bugs": [],
1549+
"released": "2021-11-09"
1550+
},
15471551
"0.8.2": {
15481552
"bugs": [
15491553
"SignedImmutables",

0 commit comments

Comments
 (0)