From 1a67ae2cc2da1a2bf511cf70b20dcd5fca5ba7fe Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Mon, 4 Mar 2019 18:24:43 +0800 Subject: [PATCH] Fix description of SEGV issue in HISTORY (#337) --- HISTORY.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e8127ba..c5221a2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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)