summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorSky.G.Uieen <guieenoutis@gmail.com>2020-07-08 12:19:22 +0900
committerGitHub <noreply@github.com>2020-07-07 20:19:22 -0700
commit41dd24e8da9a812cb41e022c33dbe9835361d7b6 (patch)
tree8880deaf980df04c2ed894ec8bfc0d33076e885b /changelog.rst
parent77414aa9e75f89cca9d248d4c0f3b9f1959007c8 (diff)
Add custom color (#1196)
* Updated author, changelog for supporting color of string, number, keyword * Added string, number, keyword custom color
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index f2510394..e81d0b73 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,7 +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
+* Support setting color for null, string, number, keyword value
Bug fixes:
----------