mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 18:12:35 +08:00
Add HISTORY for Python 1.3.10
This commit is contained in:
14
HISTORY
14
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
|
||||
=====================
|
||||
|
Reference in New Issue
Block a user