summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorGeorgy Frolov <gosha@fro.lv>2021-03-12 21:16:14 +0300
committerGitHub <noreply@github.com>2021-03-12 10:16:14 -0800
commita017fa96bf5495be7efc0112b87e0fff20ee7b1d (patch)
tree8fa61b2a5b2c16d1e66c0daf1f4b994a93502e49 /changelog.rst
parente009995e9f890cb75e8d60fa62166a1baeccb809 (diff)
fix IPython magic (#1253)
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 2c5d2cd4..5f270c3e 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -14,6 +14,7 @@ Bug fixes:
* Fix issue where `syntax_style` config value would not have any effect. (#1212)
* Fix crash because of not found `InputMode.REPLACE_SINGLE` with prompt-toolkit < 3.0.6
* Fix comments being lost in config when saving a named query. (#1240)
+* Fix IPython magic for ipython-sql >= 0.4.0
3.1.0
=====