From c36948c1541c4cea1d93fb453ac5c08f11b32636 Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 29 Jan 2020 10:30:14 +1000 Subject: [PATCH] Add rename of `Each()` to `Range()` to the changelog. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2544b90..640a3357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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