summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2018-07-13 13:45:48 -0700
committerIrina Truong <i.chernyavska@gmail.com>2018-07-13 13:45:48 -0700
commite9dfd5b5327f37ead99d18cb7ccf4e3d74609c14 (patch)
treec612ecaa1fee94e42d81c24b82f586d1c77ebdcb /changelog.rst
parent5491d288fc7ea3a512a69c1da0b27d0d77c107e4 (diff)
Changelog update to release 1.10.0.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst15
1 files changed, 10 insertions, 5 deletions
diff --git a/changelog.rst b/changelog.rst
index 412faebc..9464679a 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,21 +1,26 @@
-Upcoming:
-=========
+Upcoming
+========
+
+TODO
+
+1.10.0
+======
Features:
---------
* Add quit commands to the completion menu. (Thanks: `Jason Ribeiro`_)
* Add table formats to ``\T`` completion. (Thanks: `Jason Ribeiro`_)
+* Support `\\ev``, ``\ef`` (#754). (Thanks: `Catherine Devlin`_)
+* Add ``application_name`` to help identify pgcli connection to database (issue #868) (Thanks: `François Pietka`_)
+* Add `--user` option, duplicate of `--username`, the same cli option like `psql` (Thanks: `Alexandr Korsak`_)
Internal changes:
-----------------
* Mark tests requiring a running database server as dbtest (Thanks: `Dick Marinus`_)
-* Add ``application_name`` to help identify pgcli connection to database (issue #868) (Thanks: `François Pietka`_)
-* Support `\\ev``, ``\ef`` (issue #) (Thanks: `Catherine Devlin`_)
* Add an is_special command flag to MetaQuery (Thanks: `Rishi Ramraj`_)
* Ported Destructive Warning from mycli.
* Refactor Destructive Warning behave tests (Thanks: `Dick Marinus`_)
-* Add `--user` option, duplicate of `--username`, the same cli option like `psql` (Thanks: `Alexandr Korsak`_)
Bug Fixes:
----------