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
2 changed files with 5 additions and 1 deletions
+1 -1
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.
+4
View File
@@ -1555,5 +1555,9 @@
"0.8.7": {
"bugs": [],
"released": "2021-08-11"
},
"0.8.8": {
"bugs": [],
"released": "2021-09-27"
}
}