mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13151 from ethereum/setreleasedatefor0815
Set release date for 0.8.15.
This commit is contained in:
commit
e14f27147b
@ -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.
|
||||
|
@ -1716,6 +1716,10 @@
|
||||
],
|
||||
"released": "2022-05-17"
|
||||
},
|
||||
"0.8.15": {
|
||||
"bugs": [],
|
||||
"released": "2022-06-15"
|
||||
},
|
||||
"0.8.2": {
|
||||
"bugs": [
|
||||
"DirtyBytesArrayToStorage",
|
||||
|
Loading…
Reference in New Issue
Block a user