From 0256bf1f22b40c034411792468d1b0cbda652cce Mon Sep 17 00:00:00 2001 From: Carson McManus Date: Sun, 15 Nov 2020 14:38:16 -0500 Subject: [PATCH] fix typo in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 333447d..d754516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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 Xterm and `tcell`. Defined two non-standard colors `ColorMagenta` and `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 `Donut` widget now guarantees spacing between the donut and its label. - 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