Added keywords on connect to news file

This commit is contained in:
Daniele Varrazzo 2011-11-17 21:42:10 +00:00
parent 417203f68e
commit a6aea38540

2
NEWS
View File

@ -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).