From cf6236448954a72cb4b76445aa20fb41a432f80e Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 31 Aug 2021 13:52:11 +0300 Subject: [PATCH] chore: add changelog (#424) --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 2 ++ 3 files changed, 39 insertions(+) create mode 100644 CHANGELOG.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f69e4c9b..614258bd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,3 +24,9 @@ thought of as being the motivation for your change. Summarize the solution and provide any necessary context needed to understand the code change. --> + +## PR Checklist + +- [ ] Added Tests +- [ ] Added Documentation +- [ ] Updated the changelog diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f74d5bf8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,31 @@ +# Changelog + +## ethers-core + +### Unreleased + +### 0.5.2 +* Correctly RLP Encode transactions as received from the mempool ([#415](https://github.com/gakonst/ethers-rs/pull/415)) + +## ethers-providers + +### Unreleased + +### 0.5.2 +* Set resolved ENS name during gas estimation ([1e5a9e](https://github.com/gakonst/ethers-rs/commit/1e5a9efb3c678eecd43d5c341b4932da35445831)) + +## ethers-signers + +### Unreleased + +## ethers-contract + +### Unreleased + +## ethers-middleware + +### Unreleased + +## ethers + +### Unreleased diff --git a/README.md b/README.md index d5b22882..42315928 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ Thanks for your help improving the project! We are so happy to have you! We have [a contributing guide](https://github.com/gakonst/ethers-rs/blob/master/CONTRIBUTING.md) to help you get involved in the ethers-rs project. +If you make a Pull Request, do not forget to add your changes in the [CHANGELOG](CHANGELOG.md). + ## Related Projects This library would not have been possibly without the great work done in: