summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-11-17 19:34:36 -0800
committerGitHub <noreply@github.com>2018-11-17 19:34:36 -0800
commit945461bfa2f901dd66c216a9709b00e6e140be0e (patch)
treefc77d946213bb2bbedaac0c1d98b78b5248c4256 /changelog.rst
parentf897ea466e7f8f5b601d4b70f41fabce9a72a437 (diff)
parent0f0be9deab501b85f9d77d5233886505ba17abc5 (diff)
Merge branch 'master' into tab-on-line-start
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index dc8bea20..32023f38 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -6,6 +6,16 @@ Bug fixes:
* Tab press on an empty line increases the indentation instead of triggering
the auto-complete pop-up. (Thanks: `Artur Balabanov`_)
+* Fix for loading/saving named queries from provided config file (#938). (Thanks: `Daniel Egger`_)
+* Set default port in `connect_uri` when none is given. (Thanks: `Daniel Egger`_)
+* Fix for error listing databases (#951). (Thanks: `Irina Truong`_)
+
+Internal:
+---------
+
+* Clean up and add behave logging. (Thanks: `Dick Marinus`_)
+* Require prompt_toolkit>=2.0.6. (Thanks: `Dick Marinus`_)
+* Improve development guide (Thanks: `Ignacio Campabadal`_)
2.0.0:
======
@@ -891,3 +901,5 @@ Improvements:
.. _`Artur Balabanov`: https://github.com/arturbalabanov
.. _`Kenny Do`: https://github.com/kennydo
.. _`Max Rothman`: https://github.com/maxrothman
+.. _`Daniel Egger`: https://github.com/DanEEStar
+.. _`Ignacio Campabadal`: https://github.com/igncampa