Updated CHANGELOGS & MD docs

This commit is contained in:
xianny
2019-11-05 16:58:00 -08:00
parent 44793a9cf9
commit f65d8cc325
111 changed files with 14231 additions and 29708 deletions

View File

@@ -10,7 +10,8 @@
"note": "Remove duplicate types `IndexedFilterValues`, `DecodedLogEvent`, `EventCallback`",
"pr": 2243
}
]
],
"timestamp": 1573001598
},
{
"version": "5.5.0-beta.0",

View File

@@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v5.5.0-beta.1 - _November 6, 2019_
* Make `evmExecAsync` protected and rename to `_evmExecAsync` (#2243)
* Remove duplicate types `IndexedFilterValues`, `DecodedLogEvent`, `EventCallback` (#2243)
## v5.5.0-beta.0 - _October 3, 2019_
* Automatically decode and throw rich reverts in `_throwIfRevertWithReasonCallResult` (#1761)