2.4 KiB
2.4 KiB
Changelog
This change log is managed by scripts/cmd/update-versions
but may be manually updated.
ethers/v5.0.0-beta.137 (2019-06-01 14:06)
- Fixed invalid arrayify value in browser for SHA2-HMAC. ([#530](https://github.com/ethers-io/ethers.js/issues/ + issue); c4a494b)
- Fix event and function fragment formatting. (a2d4b29)
- Fixed default JsonRpcSigner. ([#532](https://github.com/ethers-io/ethers.js/issues/ + issue); 5ba6a61)
- Added changelog management to update-versions. (4a3f719)
ethers/5.0.0-beta.136
- Added queryFilter to Contracts. (#463; eea53bb)
- Allow storage class in Human-Readable ABI. (#476; cf39adb)
- Track per-provider JSON-RPC ID in JsonRpcProvider. (#337, #489; 044554b)
- Fixed typo in error message. (#470; 47d92ae)