Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-04 20:21:45 +10:00
parent 74d3b9334c
commit f89c78abd1
70 changed files with 992 additions and 589 deletions

View File

@@ -6,7 +6,8 @@
"note": "Update kovan addresses in `DeploymentConstants`",
"pr": 2459
}
]
],
"timestamp": 1580811564
},
{
"version": "4.1.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v4.2.0 - _February 4, 2020_
* Update kovan addresses in `DeploymentConstants` (#2459)
## v4.1.0 - _January 22, 2020_
* Replaced ethers with 0x ABI Encoder for decoding logs. Fixes decoding for arrays/objects. (#2443)