Skip to content

Commit 66e29fb

Browse files
committed
Update CHANGELOG
1 parent e24da41 commit 66e29fb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ Release date: TBD
77
Backward incompatible changes:
88

99
* Python 2.7 and 3.5 are not supported.
10-
* old_password (used by MySQL older than 4.1) is not supported.
10+
* ``connect()`` uses keyword-only arguments. User must use keyword argument.
11+
* ``connect()`` kwargs ``db`` and ``passwd`` are now deprecated; Use ``database`` and ``password`` instead.
12+
* old_password authentication method (used by MySQL older than 4.1) is not supported.
13+
* MySQL 5.5 and MariaDB 5.5 are not officially supported, although it may still works.
14+
* Removed ``escape_dict``, ``escape_sequence``, and ``escape_string`` from ``pymysql``
15+
module. They are still in ``pymysql.converters``.
1116

1217
Other changes:
1318

1419
* Connection supports context manager API. ``__exit__`` closes the connection. (#886)
1520
* Add MySQL Connector/Python compatible TLS options (#903)
21+
* Major code cleanup; PyMySQL now uses black and flake8.
1622

1723

1824
## v0.10.1

0 commit comments

Comments
 (0)