diff --git a/NEWS b/NEWS index 71ef7336..880278be 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +What's new in psycopg 2.4.6 +--------------------------- + + - Fixed 'cursor()' arguments propagation in connection subclasses + and overriding of the 'cursor_factory' argument. Thanks to + Corry Haines for the report and the initial patch (ticket #105). + + What's new in psycopg 2.4.5 ---------------------------