diff --git a/CHANGELOG.md b/CHANGELOG.md index 59f9af3..62fd118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,18 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Changed - -- The `LineChart` can format the labels on the Y-axis with a `ValueFormatter`. -- The `SegmentDisplay` can now display dots and colons ('.' and ':'). -- The `Donut` widget now guarantees spacing between the donut and its label. - ### Added - Added `time.Duration` based `ValueFormatter` for the `LineChart` Y-axis labels. - Added round and suffix `ValueFormatter` for the `LineChart` Y-axis labels. - Added decimal and suffix `ValueFormatter` for the `LineChart` Y-axis labels. +### Changed + +- The `LineChart` can format the labels on the Y-axis with a `ValueFormatter`. +- The `SegmentDisplay` can now display dots and colons ('.' and ':'). +- The `Donut` widget now guarantees spacing between the donut and its label. + ### Fixed - Lint issues found on the Go report card.