mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2026-03-13 08:00:02 +08:00
release 2.2.4 (#701)
This commit is contained in:
11
HISTORY.rst
11
HISTORY.rst
@@ -1,3 +1,14 @@
|
||||
======================
|
||||
What's new in 2.2.4
|
||||
======================
|
||||
|
||||
Release: 2024-02-09
|
||||
|
||||
* Support ``ssl=True`` in ``connect()``. (#700)
|
||||
This makes better compatibility with PyMySQL and mysqlclient==2.2.1
|
||||
with libmariadb. See #698 for detail.
|
||||
|
||||
|
||||
======================
|
||||
What's new in 2.2.3
|
||||
======================
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||
__version__ = "2.2.3"
|
||||
version_info = (2, 2, 3, "final", 0)
|
||||
__version__ = "2.2.4"
|
||||
version_info = (2, 2, 4, "final", 0)
|
||||
|
||||
Reference in New Issue
Block a user