Skip to content

Commit f754471

Browse files
committed
Update HISTORY
1 parent ea80e8f commit f754471

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,18 @@ Release: TBD
2626

2727
* Remove ``_mysql.NULL`` constant.
2828

29+
* Remove ``_mysql.thread_safe()`` function.
30+
2931
* Support non-ASCII field name with non-UTF-8 connection encoding. (#210)
3032

3133
* Optimize decoding speed of string and integer types.
3234

33-
* Removed ``MySQLdb.constants.REFRESH`` module.
35+
* Remove ``MySQLdb.constants.REFRESH`` module.
36+
37+
* Remove support for old datetime format for MySQL < 4.1.
38+
39+
* Fix wrong errno is raised when ``mysql_real_connect`` is failed. (#316)
40+
3441

3542
======================
3643
What's new in 1.3.14

0 commit comments

Comments
 (0)