Add HISTORY for Python 1.3.10

This commit is contained in:
INADA Naoki
2017-02-20 17:18:59 +09:00
parent 8fcd2c5b7d
commit 682dfa2b35

14
HISTORY
View File

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