Update CHANGELOG.json for ethereum-types and web3-wrapper

This commit is contained in:
Alex Browne 2018-07-03 10:59:45 -07:00
parent d2ebf4a777
commit ce1542da4f
No known key found for this signature in database
GPG Key ID: 7974B08A447ABE31
2 changed files with 14 additions and 0 deletions

View File

@ -5,6 +5,10 @@
{
"note": "Add `TraceParams` interface for `debug_traceTransaction` parameters",
"pr": 675
},
{
"note": "Add `TransactionReceiptStatus` type",
"pr": 812
}
]
},

View File

@ -1,4 +1,14 @@
[
{
"timestamp": 1529397769,
"version": "0.7.2",
"changes": [
{
"note": "Add `getNodeTypeAsync` method",
"pr": 812
}
]
},
{
"timestamp": 1529397769,
"version": "0.7.1",