diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-22 15:48:41 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-12-22 16:59:28 -0500 |
| commit | d5af14aa84dc5ec913859e787b269fb8029d63cd (patch) | |
| tree | 53337627ca568848a1eaea440ccd01c6709f29af /docs/releases/2.2.txt | |
| parent | 790d108c97f0cf9caa02c72791f2bf158d308fcd (diff) | |
Fixed #30055 -- Dropped support for SQLite < 3.8.3.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 5e2af43d3d..f2e822f5a5 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -441,6 +441,8 @@ Miscellaneous * The minimum supported version of ``mysqlclient`` is increased from 1.3.7 to 1.3.13. +* The minimum supported version of SQLite is increased from 3.7.15 to 3.8.3. + * 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 |
