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

@@ -1,4 +1,13 @@
[
{
"version": "3.2.0-beta.1",
"changes": [
{
"note": "Dependencies updated"
}
],
"timestamp": 1573001598
},
{
"version": "3.2.0-beta.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.2.0-beta.1 - _November 6, 2019_
* Dependencies updated
## v3.2.0-beta.0 - _October 3, 2019_
* Add `chainId` to `TransactionFactory` constructor (#1742)
@@ -31,6 +35,7 @@ CHANGELOG
* Add `hexHash()` to `hex_utils` (#2155)
* Add `shortZip()` to `lang_utils.ts` (#2155)
* Add `number_utils.ts` and `hexSize()` (#2220)
* Add `verifyEventsFromLogs()` (#2287)
## v3.1.16 - _September 17, 2019_