1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-27 13:48:49 +08:00

Also listing LineChart in the CHANGELOG.

This commit is contained in:
Jakub Sobon 2019-02-15 00:22:11 -05:00
parent 2784a1c7a0
commit ca21035e75
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7

View File

@ -24,8 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The constructors of all the widgets now also return an error so that they
can validate the options. This is a breaking change for the following
widgets: BarChart, Gauge, SparkLine, Text. The callers will have to handle
the returned error.
widgets: BarChart, Gauge, LineChart, SparkLine, Text. The callers will have
to handle the returned error.
### Fixed