From 682dfa2b353323c77366bb8d0f1c90ca24e66e7e Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Mon, 20 Feb 2017 17:18:59 +0900 Subject: [PATCH] Add HISTORY for Python 1.3.10 --- HISTORY | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY b/HISTORY index a420fd9..861e28e 100644 --- a/HISTORY +++ b/HISTORY @@ -1,3 +1,17 @@ +====================== + What's new in 1.3.10 +====================== + +Added `binary_prefix` option (disabled by default) to support +`_binary` prefix again. (#134) + +Fix SEGV of `_mysql.result()` when argument's type is unexpected. (#138) + +Deprecate context interface of Connection object. (#149) + +Don't use workaround of `bytes.decode('ascii', 'surrogateescape')` on Python 3.6+. (#150) + + ===================== What's new in 1.3.9 =====================