Merge pull request #13034 from ethereum/setreleasedatefro0814

Set release date.
This commit is contained in:
chriseth 2022-05-17 13:55:13 +02:00 committed by GitHub
commit 80d49f3702
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.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.

View File

@ -1619,6 +1619,10 @@
],
"released": "2022-03-16"
},
"0.8.14": {
"bugs": [],
"released": "2022-05-17"
},
"0.8.2": {
"bugs": [
"DataLocationChangeInInternalOverride",