From 0efc4a21a30a5f89db81b2af5682aa5640977172 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sat, 14 Nov 2020 23:30:10 -0500 Subject: [PATCH] Updating CHANGELOG. --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 567505a..333447d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- `tcell` dependency was upgraded 1.4.0. +- `tcell` dependency was upgraded 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 + `termbox-go`. - made `tcell` terminal implementation the default in examples, demos and documentation. - upgrading versions on all dependencies.