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 =====================