We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcd2c5 commit 682dfa2Copy full SHA for 682dfa2
HISTORY
@@ -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
15
=====================
16
What's new in 1.3.9
17
0 commit comments