Author: cito
Date: Sun May 13 09:18:45 2012
New Revision: 444

Log:
Update changelog.

Modified:
   trunk/docs/changelog.txt

Modified: trunk/docs/changelog.txt
==============================================================================
--- trunk/docs/changelog.txt    Sun May 13 08:19:46 2012        (r443)
+++ trunk/docs/changelog.txt    Sun May 13 09:18:45 2012        (r444)
@@ -4,7 +4,7 @@
 
 Version 4.x
 -----------
-- Support the PostgreSQL 9.0 and 9.1 versions.
+- Support the new PostgreSQL versions 9.0 and 9.1.
 - Particularly, support PQescapeLiteral() and PQescapeIdentifier().
 - The execute() and executemany() methods now return the cursor object,
   so you can now write statements like "for row in cursor.execute(...)"
@@ -15,11 +15,16 @@
 - Proper handling of floats with 'nan' or 'inf' values as input.
 - Fixed the set_decimal() function.
 - All DatabaseError instances now have a sqlstate attribute.
-- The getnotify() method can now also return payload strings.
+- The getnotify() method can now also return payload strings (#15).
+- Better support for notice processing with the new methods
+  set_notice_receiver() and get_notice_receiver()
+  (as suggested by Michael Filonenko, see #37).
 - Open transactions are rolled back when pgdb connections are closed
-  (as suggested by Peter Harris).
+  (as suggested by Peter Harris, see #46).
 - Connections and cursors can now be used with the "with" statement
-  (as suggested by Peter Harris).
+  (as suggested by Peter Harris, see #46).
+- New method use_regtypes() that can be called to let getattnames()
+  return regular type names instead of the simplified classic types (#44).
 
 
 Version 4.0 (2009-01-01)
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to