summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2002-01-25 20:20:42 +0000
committeradustman <adustman@9fc6cd9a-920d-0410-adcf-ac96716ed7e8>2002-01-25 20:20:42 +0000
commitc5acfe5ace379abb99f6a9898101d5b443cc126c (patch)
tree0a572b6c94bdf522aca13f72a375ad23d405a8ee
parent72f38a531baae0b4896f0364150a8d65c267fbbe (diff)
downloadmysqldb1-c5acfe5ace379abb99f6a9898101d5b443cc126c.tar.gz
changes
-rw-r--r--MySQLdb/CHANGELOG11
1 files changed, 10 insertions, 1 deletions
diff --git a/MySQLdb/CHANGELOG b/MySQLdb/CHANGELOG
index fd2bc12..88004fd 100644
--- a/MySQLdb/CHANGELOG
+++ b/MySQLdb/CHANGELOG
@@ -1,4 +1,13 @@
-0.9.1a1
+0.9.2a2
+
+ * Reworked platform configuration some more. cygwin is now (sorta)
+ supported (to the extent that Windows is supported at all).
+
+ * Use PyObject_Del() to dealloc objects, if we have Python 2.0 or newer.
+
+ * Fixed broken CursorStoreResultMixIn.fetchmany().
+
+0.9.2a1
* Added a number of DB-API extensions.