Merge pull request #13151 from ethereum/setreleasedatefor0815

Set release date for 0.8.15.
This commit is contained in:
Daniel Kirchner 2022-06-15 15:56:19 +02:00 committed by GitHub
commit e14f27147b
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.15 (unreleased)
### 0.8.15 (2022-06-15)
Important Bugfixes:
* Code Generation: Avoid writing dirty bytes to storage when copying ``bytes`` arrays.

View File

@ -1716,6 +1716,10 @@
],
"released": "2022-05-17"
},
"0.8.15": {
"bugs": [],
"released": "2022-06-15"
},
"0.8.2": {
"bugs": [
"DirtyBytesArrayToStorage",