mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Mention context managers in NEWS file
This commit is contained in:
parent
12645db754
commit
ec34b9bed6
2
NEWS
2
NEWS
|
@ -3,6 +3,8 @@ What's new in psycopg 2.5
|
|||
|
||||
- Added JSON adaptation.
|
||||
- Added support for PostgreSQL 9.2 range types.
|
||||
- 'connection' and 'cursor' objects can be used in 'with' statements
|
||||
as context managers as specified by recent DBAPI extension.
|
||||
- Added support for backward scrollable cursors. Thanks to Jon Nelson
|
||||
for the initial patch (ticket #108).
|
||||
- Added a simple way to customize casting of composite types into Python
|
||||
|
|
Loading…
Reference in New Issue
Block a user