Skip to content

Commit 682dfa2

Browse files
committed
Add HISTORY for Python 1.3.10
1 parent 8fcd2c5 commit 682dfa2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

HISTORY

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
======================
2+
What's new in 1.3.10
3+
======================
4+
5+
Added `binary_prefix` option (disabled by default) to support
6+
`_binary` prefix again. (#134)
7+
8+
Fix SEGV of `_mysql.result()` when argument's type is unexpected. (#138)
9+
10+
Deprecate context interface of Connection object. (#149)
11+
12+
Don't use workaround of `bytes.decode('ascii', 'surrogateescape')` on Python 3.6+. (#150)
13+
14+
115
=====================
216
What's new in 1.3.9
317
=====================

0 commit comments

Comments
 (0)