Updated CHANGELOGS

This commit is contained in:
Jacob Evans
2018-11-09 16:28:35 +11:00
parent 12bc6f5d58
commit a22d78e273
61 changed files with 395 additions and 14 deletions

View File

@@ -7,7 +7,8 @@
"Fix bug in `getTransactionByHashAsync` which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields).",
"pr": 1177
}
]
],
"timestamp": 1541740904
},
{
"version": "3.1.0",

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v3.1.1 - _November 9, 2018_
* Fix bug in `getTransactionByHashAsync` which was causing the return value to have the wrong type (raw fields instead of unmarshalled fields). (#1177)
## v3.1.0 - _October 18, 2018_
* Add `signTypedData` to perform EIP712 `eth_signTypedData`. (#1102)