summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorSky.G.Uieen <guieenoutis@gmail.com>2020-08-01 02:21:58 +0900
committerGitHub <noreply@github.com>2020-07-31 10:21:58 -0700
commitdf1b40ca2220b0211e8a86805788c70f674a1f1f (patch)
treed4c56eac11c14a8958194c9f62f9587af0106361 /changelog.rst
parent8f7e31450835bca5d9a8bb4de252efba6f4b7b10 (diff)
Update suggestion literals (#1195)
* Updated all data types literals * Updated sql functions literals * Updated changelog and auther * Updated test code * Added datatype test case
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 e3c2bee9..ca968dce 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -9,6 +9,7 @@ Features:
* Update python version in Dockerfile
* Support setting color for null, string, number, keyword value
* Support Prompt Toolkit 2
+* Update functions, datatypes literals for auto-suggestion field
Bug fixes:
----------