mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-18 01:50:32 +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
|
- `~cursor.executemany()` slowness addressed by
|
||||||
`~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()`
|
`~psycopg2.extras.execute_batch()` and `~psycopg2.extras.execute_values()`
|
||||||
(:ticket:`#491`).
|
(:ticket:`#491`).
|
||||||
|
- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
|
||||||
|
``async`` will become a keyword (:ticket:`#495`).
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
|
||||||
- Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection`
|
- Fixed error caused by missing decoding `~psycopg2.extras.LoggingConnection`
|
||||||
(:ticket:`#483`).
|
(:ticket:`#483`).
|
||||||
- Added ``async_`` as an alias for ``async`` to support Python 3.7 where
|
|
||||||
``async`` will become a keyword (:ticket:`#495`).
|
|
||||||
|
|
||||||
Other changes:
|
Other changes:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user