summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-06-09 02:38:29 +0800
committerGitHub <noreply@github.com>2022-06-08 11:38:29 -0700
commitd608ffe7c78a4399a554659addfb1300a92b5418 (patch)
treea560cfd2faeaf3b9da8887e6d9f3961ae29f755b /changelog.rst
parent18071754bc0c79a7109c5ccfdaa74ed913c343ba (diff)
Fix typos (#1345)
Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/changelog.rst b/changelog.rst
index a4f1dc24..94d51f6f 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -5,6 +5,7 @@ Internal:
---------
* Port to psycopg3 (https://github.com/psycopg/psycopg). Needs a major version bump.
+* Fix typos
3.4.1 (2022/03/19)
==================
@@ -771,7 +772,7 @@ Internal Changes:
* Added code coverage to the tests. (Thanks: `Irina Truong`_)
* Run behaviorial tests as part of TravisCI (Thanks: `Irina Truong`_)
* Upgraded prompt_toolkit version to 0.45 (Thanks: `Jonathan Slenders`_)
-* Update the minumum required version of click to 4.1.
+* Update the minimum required version of click to 4.1.
0.18.0
======
@@ -1009,7 +1010,7 @@ Features:
* IPython integration through `ipython-sql`_ (Thanks: `Darik Gamble`_)
* Add an ipython magic extension to embed pgcli inside ipython.
* Results from a pgcli query are sent back to ipython.
-* Multiple sql statments in the same line separated by semi-colon. (Thanks: https://github.com/macobo)
+* Multiple sql statements in the same line separated by semi-colon. (Thanks: https://github.com/macobo)
.. _`ipython-sql`: https://github.com/catherinedevlin/ipython-sql