Fill in a few more items in the NEWS file for 2.0.8.

This commit is contained in:
James Henstridge 2008-08-26 14:47:47 +08:00
parent f6a25ccdf0
commit bc662db1cc

10
NEWS
View File

@ -4,6 +4,16 @@ What's new in psycopg 2.0.8
* The connection object now has a get_backend_pid() method that * The connection object now has a get_backend_pid() method that
returns the current PostgreSQL connection backend process PID. 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 What's new in psycopg 2.0.7
--------------------------- ---------------------------