summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorlaixintao <laixintao@users.noreply.github.com>2020-05-29 06:29:50 +0800
committerGitHub <noreply@github.com>2020-05-28 15:29:50 -0700
commit0c24e8bda226f3dbd6ccb0381515a9c903847249 (patch)
tree3b6740660e9c821743cd04a1d2ff462484099085 /changelog.rst
parent4a98b37877050d0ff8cf475dc2fb8b3a93c7da89 (diff)
Support style for missing value. (#1186)
* Support style for missing value. * update changelog. * upgrade minimal version of cli_helpers, in order to use style for null.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 31e3a771..e6f162a8 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,6 +7,7 @@ Features:
* Make the output more compact by removing the empty newline. (Thanks: `laixintao`_)
* Add support for using [pspg](https://github.com/okbob/pspg) as a pager (#1102)
* Update python version in Dockerfile
+* Support setting color for null value
Bug fixes:
----------