mirror of https://github.com/mum4k/termdash.git
Update changelog
Signed-off-by: Xabier Larrakoetxea <slok69@gmail.com>
This commit is contained in:
parent
42c2731286
commit
6cf2caf0b6
|
@ -16,6 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- The grid.Builder API now allows users to specify options for intermediate
|
||||
containers, i.e. containers that don't have widgets, but represent rows and
|
||||
columns.
|
||||
- Line chart widget now allows `math.NaN` values to represent "no value" (values
|
||||
that will not be rendered) in the values slice.
|
||||
|
||||
#### Breaking API changes
|
||||
|
||||
|
@ -122,7 +124,6 @@ identifiers shouldn't be used externally.
|
|||
- The Text widget now has a Write option that atomically replaces the entire
|
||||
text content.
|
||||
|
||||
|
||||
#### Improvements to the infrastructure
|
||||
|
||||
- A function that draws text vertically.
|
||||
|
@ -251,7 +252,7 @@ identifiers shouldn't be used externally.
|
|||
- The Gauge widget.
|
||||
- The Text widget.
|
||||
|
||||
[Unreleased]: https://github.com/mum4k/termdash/compare/v0.8.0...devel
|
||||
[unreleased]: https://github.com/mum4k/termdash/compare/v0.8.0...devel
|
||||
[0.8.0]: https://github.com/mum4k/termdash/compare/v0.7.2...v0.8.0
|
||||
[0.7.2]: https://github.com/mum4k/termdash/compare/v0.7.1...v0.7.2
|
||||
[0.7.1]: https://github.com/mum4k/termdash/compare/v0.7.0...v0.7.1
|
||||
|
|
Loading…
Reference in New Issue