Skip to content

Commit 80d49f3

Browse files
authored
Merge pull request #13034 from ethereum/setreleasedatefro0814
Set release date.
2 parents c5cc553 + 0bd0bf4 commit 80d49f3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.8.14 (unreleased)
1+
### 0.8.14 (2022-05-17)
22

33
Important Bugfixes:
44
* ABI Encoder: When ABI-encoding values from calldata that contain nested arrays, correctly validate the nested array length against ``calldatasize()`` in all cases.

docs/bugs_by_version.json

+4
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,10 @@
16191619
],
16201620
"released": "2022-03-16"
16211621
},
1622+
"0.8.14": {
1623+
"bugs": [],
1624+
"released": "2022-05-17"
1625+
},
16221626
"0.8.2": {
16231627
"bugs": [
16241628
"DataLocationChangeInInternalOverride",

0 commit comments

Comments
 (0)