mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Misplaced NEWS entry fixed.
This commit is contained in:
parent
1911b250e3
commit
ca42306d79
4
NEWS
4
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user