From 7b4df74d4d94aec129b7e508824b8ffbe5d849bc Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 24 May 2019 18:27:07 -0400 Subject: [PATCH] Updating changelog with links. --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f9479e..2113370b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,15 @@ This change log is managed by `scripts/cmd/update-versions` but may be manually ethers/5.0.0-beta.136 --------------------- - - Added queryFilter to Contracts. (#463; eea53bb1be29ad2bd1b229a13c85b12be264b019) - - Allow storage class in Human-Readable ABI. (#476; cf39adb09020ca0393e028b330bfd07fb4869236) - - Track per-provider JSON-RPC ID (#; 044554b58525d1677646a74119f86ea867a06d1e) - - Fixed typo in error message. (#470; 47d92aeff02cacfb26793850c7faef7cb21ce4cf) + - Added queryFilter to Contracts. ([#463](https://github.com/ethers-io/ethers.js/issues/463); [eea53bb](https://github.com/ethers-io/ethers.js/commit/eea53bb1be29ad2bd1b229a13c85b12be264b019)) + - Allow storage class in Human-Readable ABI. ([#476](https://github.com/ethers-io/ethers.js/issues/476); [cf39adb](https://github.com/ethers-io/ethers.js/commit/cf39adb09020ca0393e028b330bfd07fb4869236)) + - Track per-provider JSON-RPC ID (#; [044554b](https://github.com/ethers-io/ethers.js/commit/044554b58525d1677646a74119f86ea867a06d1e)) + - Fixed typo in error message. ([#470](https://github.com/ethers-io/ethers.js/issues/470); [47d92ae](https://github.com/ethers-io/ethers.js/commit/47d92aeff02cacfb26793850c7faef7cb21ce4cf)) ethers/v5.0.0-beta.135 ---------------------- - - Better error message for unconfigured ENS names. (#504; 3cbc4b462262ba61fa7d99a7a12e7bbf8049afb1) - - Fixed contract events. (#404; 8cdda37095df28f828ccd2ac5437ccb6541b16cc) - - Updated license for BaseX to include original authors; was only included in the source. (03c97259c46de10dbe6ce62921de2f32ffff0522) + - Better error message for unconfigured ENS names. ([#504](https://github.com/ethers-io/ethers.js/issues/504); [3cbc4b4](https://github.com/ethers-io/ethers.js/commit/3cbc4b462262ba61fa7d99a7a12e7bbf8049afb1)) + - Fixed contract events. ([#404](https://github.com/ethers-io/ethers.js/issues/404); [8cdda37](https://github.com/ethers-io/ethers.js/commit/8cdda37095df28f828ccd2ac5437ccb6541b16cc)) + - Updated license for BaseX to include original authors; was only included in the source. ([03c9725](https://github.com/ethers-io/ethers.js/commit/03c97259c46de10dbe6ce62921de2f32ffff0522))