diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-06 14:49:27 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-06 14:49:27 -0500 |
| commit | 88619e6129fd8c6668242f1acc1465ca175d2948 (patch) | |
| tree | 639b93dfc51414401f720abf85a593e307a260ef /docs/releases/2.2.txt | |
| parent | 9453bc77f4968dc3a8167eadbf97759538133332 (diff) | |
Bumped mysqlclient requirement to >= 1.3.13.
There are test failures with older versions.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 7cabba3ad6..93a4a68994 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -424,6 +424,9 @@ Miscellaneous * Support for ``cx_Oracle`` < 6.0 is removed. +* The minimum supported version of ``mysqlclient`` is increased from 1.3.7 to + 1.3.13. + * In an attempt to provide more semantic query data, ``NullBooleanSelect`` now renders ``<option>`` values of ``unknown``, ``true``, and ``false`` instead of ``1``, ``2``, and ``3``. For backwards compatibility, the old values are |
