From b493d2ead4d1291b9e2557edcbe0c68cedc244b9 Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Thu, 3 Jul 2014 21:39:48 +0900 Subject: [PATCH] Update HISTORY --- HISTORY | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/HISTORY b/HISTORY index 6a567d5..d2970a0 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,23 @@ +===================== + What's new in 1.3.2 +===================== + +* Add send_query() and read_query_result() method to low level connection. +* Add waiter option. + + +===================== + What's new in 1.3.1 +===================== + +This is a first fork of MySQL-python. +Now named "mysqlclient" + +* Support Python 3 +* Add autocommit option +* Support microsecond in datetime field. + + ===================== What's new in 1.2.4 =====================