mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Set release date.
This commit is contained in:
parent
c5cc55339e
commit
0bd0bf4c7d
@ -1,4 +1,4 @@
|
||||
### 0.8.14 (unreleased)
|
||||
### 0.8.14 (2022-05-17)
|
||||
|
||||
Important Bugfixes:
|
||||
* ABI Encoder: When ABI-encoding values from calldata that contain nested arrays, correctly validate the nested array length against ``calldatasize()`` in all cases.
|
||||
|
@ -1619,6 +1619,10 @@
|
||||
],
|
||||
"released": "2022-03-16"
|
||||
},
|
||||
"0.8.14": {
|
||||
"bugs": [],
|
||||
"released": "2022-05-17"
|
||||
},
|
||||
"0.8.2": {
|
||||
"bugs": [
|
||||
"DataLocationChangeInInternalOverride",
|
||||
|
Loading…
Reference in New Issue
Block a user