summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorArtur Balabanov <arturb@mustardsystems.com>2018-10-01 10:25:13 +0100
committerArtur Balabanov <arturb@mustardsystems.com>2018-10-01 10:25:13 +0100
commitf897ea466e7f8f5b601d4b70f41fabce9a72a437 (patch)
tree9a5e31acf4858508874d0f4cdabbe658bc2e3b8d /changelog.rst
parent7602998c81cdaff9d4d5c398c72e85e6da62a4bd (diff)
parentec5131e1daf7b96549c743ba1b22d3d83657c159 (diff)
Merge branch 'master' into tab-on-line-start
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst31
1 files changed, 26 insertions, 5 deletions
diff --git a/changelog.rst b/changelog.rst
index ea222854..dc8bea20 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -1,15 +1,35 @@
-Upcoming
-========
+Upcoming:
+=========
Bug fixes:
----------
-* Fix for error retrieving version in Redshift (#922). (Thanks: `Irina Truong`_)
-* Adapt the query used to get functions metadata to PG11 (#919). (Thanks: `Lele Gaifax`_).
-* Fix for keyring not disabled properly (#920). (Thanks: `Irina Truong`_)
* Tab press on an empty line increases the indentation instead of triggering
the auto-complete pop-up. (Thanks: `Artur Balabanov`_)
+2.0.0:
+======
+
+* Update to ``prompt-toolkit`` 2.0. (Thanks: `Jonathan Slenders`_, `Dick Marinus`_, `Irina Truong`_)
+
+1.11.0
+======
+
+Features:
+---------
+
+* Respect `\pset pager on` and use pager when output is longer than terminal height (Thanks: `Max Rothman`_)
+
+1.10.3
+======
+
+Bug fixes:
+----------
+
+* Adapt the query used to get functions metadata to PG11 (#919). (Thanks: `Lele Gaifax`_).
+* Fix for error retrieving version in Redshift (#922). (Thanks: `Irina Truong`_)
+* Fix for keyring not disabled properly (#920). (Thanks: `Irina Truong`_)
+
1.10.2
======
@@ -870,3 +890,4 @@ Improvements:
.. _`Saif Hakim`: https://github.com/saifelse
.. _`Artur Balabanov`: https://github.com/arturbalabanov
.. _`Kenny Do`: https://github.com/kennydo
+.. _`Max Rothman`: https://github.com/maxrothman