Skip to content

Commit

Permalink
Add rename of Each() to Range() to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Jan 29, 2020
1 parent ecf66fb commit c36948c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ The format is based on [Keep a Changelog], and this project adheres to
[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html

## [Unreleased]

### Changed

- **[BC]** Rename `message.NameCollection.Each()` to `Range()` for consistency with the Go standard library
- **[BC]** Rename `message.TypeCollection.Each()` to `Range()` for consistency with the Go standard library

## [0.2.2] - 2020-01-29

### Added
Expand Down

0 comments on commit c36948c

Please sign in to comment.