summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@netflix.com>2020-04-18 19:08:07 -0700
committerAmjith Ramanujam <amjith@netflix.com>2020-04-18 19:08:07 -0700
commit3071de14f55f7ea1a3df2dd5f42800363e225d2a (patch)
tree2a9e3da4bfd186616fbe4fb45dccae8e10f20ba3
parent64c0b3553d247db033b902a8eb557bc4e30bcdad (diff)
Update changelog for the compact output.
-rw-r--r--changelog.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 134f5a59..3c8d8c20 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,15 @@
+TBD
+===
+
+Features:
+---------
+
+* Make the output more compact by removing the empty newline. (Thanks: `laixintao`_)
+
+Bug fixes:
+----------
+
+
3.0.0
=====
@@ -11,6 +23,7 @@ Features:
* Add config option show_bottom_toolbar.
Bug fixes:
+----------
* Fix warning raised for using `is not` to compare string literal
* Close open connection in completion_refresher thread