summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGELOG15
1 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 96af796..1c0002e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.