diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-12-30 09:01:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-30 09:01:56 +0100 |
| commit | 74fd233b1433da8c68de636172ee1c9c6d1c08c9 (patch) | |
| tree | 29db22cdfeac44c9b5dd0e1fcf1e08a028c5e845 /docs/releases/3.2.txt | |
| parent | e64c1d8055a3e476122633da141f16b50f0c4a2d (diff) | |
Fixed #32303 -- Bumped minimum supported SQLite to 3.9.0.
Diffstat (limited to 'docs/releases/3.2.txt')
| -rw-r--r-- | docs/releases/3.2.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 8cd77ffad0..aba6a6ccd4 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -689,6 +689,8 @@ Miscellaneous Due to a ``python-memcached`` limitation, the previous behavior is kept for the deprecated ``MemcachedCache`` backend. +* The minimum supported version of SQLite is increased from 3.8.3 to 3.9.0. + .. _deprecated-features-3.2: Features deprecated in 3.2 |
