diff --git a/NEWS b/NEWS index c5643e0f..a7840e07 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,16 @@ What's new in psycopg 2.0.8 * The connection object now has a get_backend_pid() method that returns the current PostgreSQL connection backend process PID. +* The PostgreSQL large object API has been exposed through the + Cursor.lobject() method. + +* Some fixes to ZPsycopgDA have been merged from the Debian package. + +* A memory leak was fixed in Cursor.executemany(). + +* A double free was fixed in pq_complete_error(), that caused crashes + under some error conditions. + What's new in psycopg 2.0.7 ---------------------------