Skip to content

Commit d1089f1

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Changelog.md

Lines changed: 2 additions & 2 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,8 +25,8 @@ 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.

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)