From 88a948bf56256de7867ff7f51754a7ec15e49ac2 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Wed, 13 Feb 2019 00:48:08 -0500 Subject: [PATCH] Updating CHANGELOG. --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9829865b..9eff000c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- A function that draws text in vertically. + ### Changed -- Generalised mouse button FSM for use in widgets that need to track mouse +- Termbox is now initialized in 256 color mode by default. +- Generalized mouse button FSM for use in widgets that need to track mouse button clicks. -======= ## [0.6.1] - 12-Feb-2019 ### Fixes @@ -21,10 +25,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.6.0] - 07-Feb-2019 -### Changed - -- Termbox is now initialized in 256 color mode by default. - ### Added - The SegmentDisplay widget.