diff --git a/ChangeLog b/ChangeLog index b3c1eeaa..38fdefa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-12-14 Federico Di Gregorio + * Mm.. release 1.99.11. + * psycopg/cursor_type.c (_psyco_curs_prefetch): fixed bug in interaction between the .isready() method and _psyco_curs_prefetch: isready now store away the pgres but leave diff --git a/NEWS b/NEWS index ad560510..bb7ad933 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ What's new in psycopg 1.99.11 * the .cursor attribute is gone and connections and cursors are propely gc-managed. +* fixes to the async core. + What's new in psycopg 1.99.10 -----------------------------