Skip to content

Commit a4d5b57

Browse files
committed
update CHANGELOG.md for next release
1 parent 44804ba commit a4d5b57

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
### Added
9+
- Support method receivers with type parameters introduced in Go 1.18
10+
11+
### Changed
12+
- Use more efficient filepath.WalkDir instead of filepath.Walk
13+
714
## [0.3.1] - 2020-10-20
815
### Added
916
- Test coverage

0 commit comments

Comments
 (0)