summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4bb25bc..519dc86 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).