summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorpmav99 <pmav99@users.noreply.github.com>2020-04-23 20:17:40 +0300
committerGitHub <noreply@github.com>2020-04-23 10:17:40 -0700
commitbcb0c8bce776a5eba9f5425c57c2ec8385f10e94 (patch)
tree599c7390a8707b028accd5246e3f9707e016fc80 /changelog.rst
parent3071de14f55f7ea1a3df2dd5f42800363e225d2a (diff)
Add support for using pspg as the pager. (#1173)
* Stop printing "status" when table_format is "csv" * Use the "unix" dialect on *nix for CSV output. * Use a pager when `pspg` has been configured with CSV "table_format". Fix #1102
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 3c8d8c20..3db7fec7 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,7 @@ Features:
---------
* Make the output more compact by removing the empty newline. (Thanks: `laixintao`_)
+* Add support for using [pspg](https://github.com/okbob/pspg) as a pager (#1102)
Bug fixes:
----------