Merge pull request #13996 from ethereum/set-release-date-for-0.8.19

Set release date for 0.8.19
This commit is contained in:
Daniel 2023-02-22 14:25:21 +01:00 committed by GitHub
commit 7dd6d40481
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.19 (unreleased)
### 0.8.19 (2023-02-22)
Language Features:
* Allow defining custom operators for user-defined value types via ``using {f as +} for T global`` syntax.

View File

@ -1776,6 +1776,10 @@
"bugs": [],
"released": "2023-02-01"
},
"0.8.19": {
"bugs": [],
"released": "2023-02-22"
},
"0.8.2": {
"bugs": [
"AbiReencodingHeadOverflowWithStaticArrayCleanup",