Skip to content

Commit fc41083

Browse files
authored
Merge pull request #12255 from ethereum/setReleaseDate
Sort changelog and set release date.
2 parents f095442 + 45c9dbe commit fc41083

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.
@@ -28,23 +28,23 @@ Bugfixes:
2828
* 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.
2929
* SMTChecker: Fix internal error in magic type access (``block``, ``msg``, ``tx``).
3030
* 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.
3231
* 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.
3333
* TypeChecker: Improved error message for constant variables with (nested) mapping types.
3434
* Yul Assembler: Fix internal error when function names are not unique.
3535
* Yul IR Generator: Do not output empty switches/if-bodies for empty contracts.
3636

3737

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+
3842
Build System:
3943
* Pass linker-only emscripten options only when linking.
4044
* Remove obsolete compatibility workaround for emscripten builds.
4145
* Update emscripten to version 2.0.33.
4246

4347

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.
46-
47-
4848
### 0.8.9 (2021-09-29)
4949

5050
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)