summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/changelog.rst b/changelog.rst
index 906aac36..1b12b15f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,6 +1,12 @@
Upcoming:
=========
+Features:
+---------
+
+* Add `__main__.py` file to execute pgcli as a package directly (#1123).
+* Add support for ANSI escape sequences for coloring the prompt (#1122).
+
Internal:
---------
@@ -12,7 +18,6 @@ Internal:
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`_)