Skip to content

Commit 8ff7f8f

Browse files
committed
Update HISTORY
1 parent 4b48f62 commit 8ff7f8f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: HISTORY.rst

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
======================
2+
What's new in 2.1.0
3+
======================
4+
5+
Release: 2021-10-19 (rc1)
6+
7+
* Add ``multistatement=True`` option. You can disable multi statement. (#500).
8+
* Remove unnecessary bytes encoder which is remained for Django 1.11
9+
compatibility (#490).
10+
* Deprecate ``passwd`` and ``db`` keyword. Use ``password`` and ``database``
11+
instead. (#488).
12+
* Windows: Binary wheels are built with MariaDB Connector/C 3.2.4. (#508)
13+
* ``set_character_set()`` sends ``SET NAMES`` query always. This means
14+
all new connections send it too. This solves compatibility issues
15+
when server and client library are different version. (#509)
16+
* Remove ``escape()`` and ``escape_string()`` from ``MySQLdb`` package.
17+
(#511)
18+
* Add Python 3.10 support and drop Python 3.5 support.
19+
120
======================
221
What's new in 2.0.3
322
======================

0 commit comments

Comments
 (0)