Skip to content

Commit c0679c0

Browse files
authored
Merge pull request #2021 from web3j/changelogEntry
changelog entry and template edited
2 parents 3a5f276 + 22a110e commit c0679c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77
### Why is it needed?
88
*required*
99

10+
## Checklist
11+
12+
- [ ] I've read the contribution guidelines.
13+
- [ ] I've added tests (if applicable).
14+
- [ ] I've added a changelog entry if necessary.

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
77

88
### Bug Fixes
99

10+
* Bug fix for large binary with unlink libraries codegen [#2016](https://github.com/web3j/web3j/pull/2016)
1011
* Fix contract wrapper generation [#2017](https://github.com/web3j/web3j/pull/2017)
12+
* Fix for test java wrappers with duplicate name [#2020](https://github.com/web3j/web3j/pull/2020)
1113

1214
### Features
1315

14-
*
16+
* Changelog entry and PR template edited [#2021](https://github.com/web3j/web3j/pull/2021)
1517

1618
### BREAKING CHANGES
1719

0 commit comments

Comments
 (0)