summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2005-06-13 04:25:09 +0000
committerFederico Di Gregorio <fog@initd.org>2005-06-13 04:25:09 +0000
commit0c56bc95df1cb34343e1866cf2a671c61076cb81 (patch)
tree152c42a6fe23b8ad3df8a0916750160a166ca796 /NEWS
parent7d2109f9797515424fd1eeceddf883a30ed58bae (diff)
downloadpsycopg2-0c56bc95df1cb34343e1866cf2a671c61076cb81.tar.gz
Fixed connection parameters.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 689967a..def3e82 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,10 @@ What's new in psycopg 2.0 beta 4
* No more segfaults when a UNICODE query can't be converted to the
backend encoding.
+
+* No more segfaults on empty queries.
+
+* psycopg2.connect() now takes an integer for the port keyword parameter.
What's new in psycopg 2.0 beta 3
--------------------------------