Merge pull request #12035 from ethereum/setReleaseDate

Set release date.
This commit is contained in:
chriseth 2021-09-27 17:29:47 +02:00 committed by GitHub
commit dddeac2faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
### 0.8.8 (unreleased)
### 0.8.8 (2021-09-27)
Language Features:
* Inheritance: A function that overrides only a single interface function does not require the ``override`` specifier.

View File

@ -1555,5 +1555,9 @@
"0.8.7": {
"bugs": [],
"released": "2021-08-11"
},
"0.8.8": {
"bugs": [],
"released": "2021-09-27"
}
}