summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-03 04:52:49 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-02-03 04:52:49 +0000
commitca42306d7916647448184907e03c77ff54ebd4f9 (patch)
tree6efca97bc0b3b2ac43c767e1aad0d9a56d1ab20f
parent1911b250e33e140bbbc25f3536bda24e8ca35bdb (diff)
downloadpsycopg2-ca42306d7916647448184907e03c77ff54ebd4f9.tar.gz
Misplaced NEWS entry fixed.
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 7fa5d81..c9cbb4c 100644
--- a/NEWS
+++ b/NEWS
@@ -30,13 +30,13 @@ New features:
- `~cursor.executemany()` slowness addressed by
`~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()`
(:ticket:`#491`).
+- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
+ ``async`` will become a keyword (:ticket:`#495`).
Bug fixes:
- Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection`
(:ticket:`#483`).
-- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
- ``async`` will become a keyword (:ticket:`#495`).
Other changes: