summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2018-11-18 20:11:15 -0800
committerIrina Truong <i.chernyavska@gmail.com>2018-11-18 20:11:15 -0800
commit25a66ecfb3dee049b4094d5113bbd178dc190bef (patch)
treee40b44a4c9f6a0f76041fe776b42af8d0ad535cf /changelog.rst
parent923f2d64417ed8ab3b778b87a517e64c0534b6ec (diff)
Fix the StopIteration issue in Python 3.7 (#971)
* Fix the StopIteration issue in Python 3.7
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 d4ff20d8..087546d5 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -8,6 +8,7 @@ Bug fixes:
* Set default port in `connect_uri` when none is given. (Thanks: `Daniel Egger`_)
* Fix for error listing databases (#951). (Thanks: `Irina Truong`_)
* Enable Ctrl-Z to suspend the app (Thanks: `Amjith Ramanujam`_).
+* Fix StopIteration exception raised at runtime for Python 3.7 (Thanks: `Amjith Ramanujam`_).
Internal:
---------