mirror of https://github.com/mum4k/termdash.git
fix typo in changelog
This commit is contained in:
parent
66d9d498b2
commit
0256bf1f22
|
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- `tcell` dependency was upgraded v2.0.0.
|
- `tcell` dependency was upgraded to v2.0.0.
|
||||||
- aligned the definition of the first 16 colors with the definition used by
|
- aligned the definition of the first 16 colors with the definition used by
|
||||||
Xterm and `tcell`. Defined two non-standard colors `ColorMagenta` and
|
Xterm and `tcell`. Defined two non-standard colors `ColorMagenta` and
|
||||||
`ColorCyan` to make this change backward compatible for users that use
|
`ColorCyan` to make this change backward compatible for users that use
|
||||||
|
@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- The `SegmentDisplay` can now display dots and colons ('.' and ':').
|
- The `SegmentDisplay` can now display dots and colons ('.' and ':').
|
||||||
- The `Donut` widget now guarantees spacing between the donut and its label.
|
- The `Donut` widget now guarantees spacing between the donut and its label.
|
||||||
- The continuous build on Travis CI now builds with cgo explicitly disabled to
|
- The continuous build on Travis CI now builds with cgo explicitly disabled to
|
||||||
ensure both Termdash and its dependencies use pure Go.
|
ensure both Termdash and its dependencies use pure Go.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue