summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorERYoung11 <78834571+ERYoung11@users.noreply.github.com>2023-10-06 22:56:48 +0000
committerGitHub <noreply@github.com>2023-10-06 15:56:48 -0700
commit43360b5d1bcc027b9282e4ee688ed9bf50a88e97 (patch)
tree040708aeddc02b9bd992c2d0f17835c894eba8e4 /changelog.rst
parenta615333686f5ac4de04aed68c2ce5d4cf7dee991 (diff)
Added \echo & \qecho for Issue #1335 (#1371)
* Added \echo & \qecho for Issue #1335 * black + changelog updates * trying to re-kick build process
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index db9a39a9..8584bfec 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,3 +1,4 @@
+========
Upcoming
========
@@ -17,6 +18,7 @@ Features:
it will now not restart.
* Config option to always run with a single connection.
* Add comment explaining default LESS environment variable behavior and change example pager setting.
+* Added \echo & \qecho special commands. ([issue 1335](https://github.com/dbcli/pgcli/issues/1335)).
Bug fixes:
----------