diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-01-14 14:41:17 +0000 |
commit | ce851457bed3386598fe368276b231373db900c3 (patch) | |
tree | 8011653e5fa162a3c9c547434a1672c140328021 /CHANGELOG.md | |
parent | Adding upstream version 1.6.0. (diff) | |
download | litecli-ce851457bed3386598fe368276b231373db900c3.tar.xz litecli-ce851457bed3386598fe368276b231373db900c3.zip |
Adding upstream version 1.7.0.upstream/1.7.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d170c9a..58c9926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -## Unreleased - TBD +## 1.7.0 - 2022-01-11 ### Features +* Add config option show_bottom_toolbar. + ### Bug Fixes +* Pin pygments version to prevent breaking change. ## 1.6.0 - 2021-03-15 |