summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt
index 1eba2b0539..a8223b7ef8 100644
--- a/docs/releases/4.1.txt
+++ b/docs/releases/4.1.txt
@@ -237,7 +237,8 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
-* ...
+* ``BaseDatabaseFeatures.has_case_insensitive_like`` is changed from ``True``
+ to ``False`` to reflect the behavior of most databases.
Dropped support for MariaDB 10.2
--------------------------------