Author: cito
Date: Wed Oct 31 07:48:56 2012
New Revision: 453

Log:
Clarify supported versions in the changelog.

Modified:
   trunk/docs/changelog.txt

Modified: trunk/docs/changelog.txt
==============================================================================
--- trunk/docs/changelog.txt    Wed Oct 31 07:19:28 2012        (r452)
+++ trunk/docs/changelog.txt    Wed Oct 31 07:48:56 2012        (r453)
@@ -5,7 +5,7 @@
 Version 4.1 (2012-12-01)
 -----------
 - Dropped support for Python below 2.5 and PostgreSQL below 8.3.
-- Support the new PostgreSQL versions 9.0 and 9.1.
+- Added support for Python up to 2.7 and PostgreSQL up to 9.2.
 - Particularly, support PQescapeLiteral() and PQescapeIdentifier().
 - The query method of the classic API now supports positional parameters.
   This an effective way to pass arbitrary or unknown data without worrying
@@ -37,6 +37,7 @@
 Version 4.0 (2009-01-01)
 ------------------------
 - Dropped support for Python below 2.3 and PostgreSQL below 7.4.
+- Added support for Python up to 2.6 and PostgreSQL up to 8.3.
 - Improved performance of fetchall() for large result sets
   by speeding up the type casts (as suggested by Peter Schuller).
 - Exposed exceptions as attributes of the connection object.
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to