Set release date.

This commit is contained in:
chriseth
2022-05-17 13:50:26 +02:00
parent c5cc55339e
commit 0bd0bf4c7d
2 changed files with 5 additions and 1 deletions
+1 -1
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.
+4
View File
@@ -1619,6 +1619,10 @@
],
"released": "2022-03-16"
},
"0.8.14": {
"bugs": [],
"released": "2022-05-17"
},
"0.8.2": {
"bugs": [
"DataLocationChangeInInternalOverride",