summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-05-18 21:48:21 -0700
committerGitHub <noreply@github.com>2018-05-18 21:48:21 -0700
commit9ae9df624fbef44003cb5e28f963074fee1ea1ee (patch)
tree07d89be0c963e469a09aa7c9710b5cef503a176e /changelog.rst
parent024effd17ed96835a61474f0740e71dacec4f2af (diff)
parent644ad1a963ee3de3d5aba02b4afb0e9effd4b42d (diff)
Merge branch 'master' into feature/get-last-sql-query
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 34d7c102..d8c21080 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -12,10 +12,12 @@ 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`_)
* Add an is_special command flag to MetaQuery (Thanks: `Rishi Ramraj`_)
+* Ported Destructive Warning from mycli.
Bug Fixes:
----------
* Disable pager when using \watch (#837). (Thanks: `Jason Ribeiro`_)
+* Don't offer to reconnect when we can't change a param in realtime (#807). (Thanks: `Amjith Ramanujam`_)
1.9.1:
======