From a6aea38540cc5cd0680bcbe4f21c31ed38eb5c33 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 17 Nov 2011 21:42:10 +0000 Subject: [PATCH] Added keywords on connect to news file --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 4bb25bc1..519dc866 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ What's new in psycopg 2.4.3 --------------------------- + - connect() supports all the keyword arguments supported by the + database - Added 'new_array_type()' function for easy creation of array typecasters. - Added support for arrays of hstores and composite types (ticket #66).