summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorg.denis <gantsevdenis@gmail.com>2020-04-17 23:52:19 +0200
committerGitHub <noreply@github.com>2020-04-17 14:52:19 -0700
commitf3ac5598448a0c2080ee267f00931ed556a6779d (patch)
tree73507277335d2096608b66069d48e06ec44e427a /changelog.rst
parent005fd2fcee258ae192ed01d503303068558b0e89 (diff)
Add pg_service.conf handling (#1155)
* add parse_service_info * added tests * changelog + AUTHORS * py35
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 c197de2f..62a68b41 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -7,6 +7,7 @@ Features:
* Add `__main__.py` file to execute pgcli as a package directly (#1123).
* Add support for ANSI escape sequences for coloring the prompt (#1122).
* Add support for partitioned tables (relkind "p").
+* Add support for `pg_service.conf` files
Bug fixes: