mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date for 0.8.15.
This commit is contained in:
parent
506e9c4536
commit
14d0776c94
@ -1,4 +1,4 @@
|
|||||||
### 0.8.15 (unreleased)
|
### 0.8.15 (2022-06-15)
|
||||||
|
|
||||||
Important Bugfixes:
|
Important Bugfixes:
|
||||||
* Code Generation: Avoid writing dirty bytes to storage when copying ``bytes`` arrays.
|
* Code Generation: Avoid writing dirty bytes to storage when copying ``bytes`` arrays.
|
||||||
|
@ -1716,6 +1716,10 @@
|
|||||||
],
|
],
|
||||||
"released": "2022-05-17"
|
"released": "2022-05-17"
|
||||||
},
|
},
|
||||||
|
"0.8.15": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2022-06-15"
|
||||||
|
},
|
||||||
"0.8.2": {
|
"0.8.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"DirtyBytesArrayToStorage",
|
"DirtyBytesArrayToStorage",
|
||||||
|
Loading…
Reference in New Issue
Block a user