Updating CHANGELOG.

This commit is contained in:
Jakub Sobon 2020-11-14 23:30:10 -05:00
parent b4d53c1f6c
commit 0efc4a21a3
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 5 additions and 1 deletions

View File

@ -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.