mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13034 from ethereum/setreleasedatefro0814
Set release date.
This commit is contained in:
commit
80d49f3702
@ -1,4 +1,4 @@
|
|||||||
### 0.8.14 (unreleased)
|
### 0.8.14 (2022-05-17)
|
||||||
|
|
||||||
Important Bugfixes:
|
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.
|
* 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"
|
"released": "2022-03-16"
|
||||||
},
|
},
|
||||||
|
"0.8.14": {
|
||||||
|
"bugs": [],
|
||||||
|
"released": "2022-05-17"
|
||||||
|
},
|
||||||
"0.8.2": {
|
"0.8.2": {
|
||||||
"bugs": [
|
"bugs": [
|
||||||
"DataLocationChangeInInternalOverride",
|
"DataLocationChangeInInternalOverride",
|
||||||
|
Loading…
Reference in New Issue
Block a user