Updating CHANGELOG.

This commit is contained in:
Jakub Sobon 2022-07-07 13:36:44 -04:00
parent 1bfe588811
commit cf2f350dff
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 14 additions and 0 deletions

View File

@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added support for `tcell`'s `Dim` text style.
### Changed
- Bump github.com/gdamore/tcell from 2.4.0 to 2.5.1.
- Bump github.com/nsf/termbox-go to v1.1.1.
- Change the Go version in `go.mod` to 1.17.
### Fixed
- Fixed invalid path to the `autogen_licences.sh` script in `.travis.ci`.
## [0.16.1] - 13-Jan-2022
### Changed