diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:12:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-06 04:13:23 +0000 |
commit | 3fb37a1d0237869e8e37864d06c0dfd94bb43189 (patch) | |
tree | da8700e80772bd4c9605f263a3299a54d96f636b /CHANGELOG | |
parent | Releasing debian version 2.1.0-2. (diff) | |
download | cli-helpers-3fb37a1d0237869e8e37864d06c0dfd94bb43189.tar.xz cli-helpers-3fb37a1d0237869e8e37864d06c0dfd94bb43189.zip |
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,13 +1,23 @@ Changelog ========= +Version 2.2.0 +------------- + +(released on 2021-08-27) + +* Remove dependency on terminaltables +* Add psql_unicode table format +* Add minimal table format +* Fix pip2 installing py3-only versions +* Format unprintable bytes (eg 0x00, 0x01) as hex + Version 2.1.0 ------------- (released on 2020-07-29) -* Speed up ouput styling of tables. - +* Speed up output styling of tables. Version 2.0.1 ------------- @@ -40,6 +50,7 @@ Version 1.2.0 (released on 2019-04-05) +* Fix issue with writing non-ASCII characters to config files. * Run tests on Python 3.7. * Use twine check during packaging tests. * Rename old tsv format to csv-tab (because it add quotes), introduce new tsv output adapter. |