From eb4432a23a9d5b60dfcb647141f217a8c247d760 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 6 Feb 2015 22:06:31 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/HISTORY b/HISTORY index 19d53c9..a2177e7 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,13 @@ +===================== + What's new in 1.3.5 +===================== + +Fix TINYBLOB, MEDIUMBLOB and LONGBLOB are treated as string and decoded +to unicode or cause UnicodeError. + +Fix aware datetime is formatted with timezone offset (e.g. "+0900"). + + ===================== What's new in 1.3.4 =====================