Skip to content

Commit

Permalink
Fix description of SEGV issue in HISTORY (PyMySQL#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip authored and methane committed Mar 4, 2019
1 parent f683ee7 commit 1a67ae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1a67ae2

Please sign in to comment.