summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-04-01 04:03:01 +0000
commit3726f0df980b93da2cb53e3791d9d2e489508e73 (patch)
tree5b6a73bc0821d368a8224791482bd6113e4966fd /CHANGELOG.md
parentAdding upstream version 1.7.0. (diff)
downloadlitecli-3726f0df980b93da2cb53e3791d9d2e489508e73.tar.xz
litecli-3726f0df980b93da2cb53e3791d9d2e489508e73.zip
Adding upstream version 1.8.0.upstream/1.8.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58c9926..6fad747 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 1.8.0 - 2022-03-29
+
+### Features
+
+* Update compatible Python versions. (Thanks: [blazewicz])
+* Add support for Python 3.10. (Thanks: [blazewicz])
+* Drop support for Python 3.6. (Thanks: [blazewicz])
+
+### Bug Fixes
+
+* Upgrade cli_helpers to workaround Pygments regression.
+* Use get_terminal_size from shutil instead of click.
+
## 1.7.0 - 2022-01-11
### Features