Author: phd
Date: 2008-12-25 10:28:20 -0700 (Thu, 25 Dec 2008)
New Revision: 3758
Modified:
SQLObject/branches/0.9/docs/News.txt
Log:
Added a news entry.
Modified: SQLObject/branches/0.9/docs/News.txt
===================================================================
--- SQLObject/branches/0.9/docs/News.txt 2008-12-25 16:54:25 UTC (rev 3757)
+++ SQLObject/branches/0.9/docs/News.txt 2008-12-25 17:28:20 UTC (rev 3758)
@@ -7,6 +7,16 @@
.. _start:
+SQLObject 0.9.10
+================
+
+* Another unicode-related patch for MySQL; required because different
+ versions of MySQLdb require different handling::
+
+ - MySQLdb < 1.2.1: only ascii
+ - MySQLdb = 1.2.1: only unicode
+ - MySQLdb > 1.2.1: both ascii and unicode
+
SQLObject 0.9.9
===============
|