Misplaced NEWS entry fixed.

This commit is contained in:
Daniele Varrazzo 2017-02-03 04:52:49 +00:00
parent 1911b250e3
commit ca42306d79

4
NEWS
View File

@ -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: