mirror of https://github.com/mum4k/termdash.git
Reorder added and changed of unreleased version in the changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
This commit is contained in:
parent
1005f2c567
commit
bfd354e253
12
CHANGELOG.md
12
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.
|
||||
|
|
Loading…
Reference in New Issue