From ca21035e75efda1c7373d2937464d394f30eceda Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Fri, 15 Feb 2019 00:22:11 -0500 Subject: [PATCH] Also listing LineChart in the CHANGELOG. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58acbd3..0388d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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