Fix description of SEGV issue in HISTORY (#337)

This commit is contained in:
Carson Ip
2019-03-04 18:24:43 +08:00
committed by Inada Naoki
parent f683ee7826
commit 1a67ae2cc2

View File

@@ -73,8 +73,9 @@ Release: 2018-12-04
* Add ``Connection._get_native_connection`` for XTA project (#269)
* Fix SEGV on MariaDB Connector/C when ``Connection.close()`` is called
for closed connection. (#270, #272, #276)
* Fix SEGV on MariaDB Connector/C when some methods of ``Connection``
objects are called after ``Connection.close()`` is called. (#270, #272, #276)
See https://jira.mariadb.org/browse/CONC-289
* Fix ``Connection.client_flag`` (#266)