summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorJonas Jelten <jj@sft.mx>2019-11-25 22:38:11 +0100
committerJonas Jelten <jj@sft.mx>2019-11-25 22:51:15 +0100
commit36605174a4b1aa45fd46788e6cb61c970185b9ea (patch)
tree1c329e307150a664a1ff3f5fc6ddb5c02bfd0ea8 /changelog.rst
parent0f969aba0cbf9b1a93c679a442e74e13f00a1702 (diff)
support ansi escape sequences for prompt colors
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 69d98b1c..0c48ece9 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -4,6 +4,7 @@ Upcoming:
Features:
---------
+* Add support for ANSI escape sequences for coloring the prompt (#1123).
* Add `\\G` as a terminator to sql statements that will show the results in expanded mode. This feature is copied from mycli. (Thanks: `Amjith Ramanujam`_)
* Removed limit prompt and added automatic row limit on queries with no LIMIT clause (#1079) (Thanks: `Sebastian Janko`_)
* Function argument completions now take account of table aliases (#1048). (Thanks: `Owen Stephens`_)