mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-17 21:24:15 +08:00
release 2.2.2 (#693)
This commit is contained in:
12
HISTORY.rst
12
HISTORY.rst
@ -1,3 +1,15 @@
|
||||
======================
|
||||
What's new in 2.2.2
|
||||
======================
|
||||
|
||||
Release: 2024-02-04
|
||||
|
||||
* Support building with MySQL 8.3 (#688).
|
||||
* Deprecate ``db.shutdown()`` and ``db.kill()`` methods in docstring.
|
||||
This is because ``mysql_shutdown()`` and ``mysql_kill()`` were removed in MySQL 8.3.
|
||||
They will emit DeprecationWarning in the future but not for now.
|
||||
|
||||
|
||||
======================
|
||||
What's new in 2.2.1
|
||||
======================
|
||||
|
@ -1,3 +1,3 @@
|
||||
__author__ = "Inada Naoki <songofacandy@gmail.com>"
|
||||
__version__ = "2.2.1"
|
||||
version_info = (2, 2, 1, "final", 0)
|
||||
__version__ = "2.2.2"
|
||||
version_info = (2, 2, 2, "final", 0)
|
||||
|
Reference in New Issue
Block a user