summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.4.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.4.txt b/docs/releases/4.1.4.txt
index da3810875f..21040ebab6 100644
--- a/docs/releases/4.1.4.txt
+++ b/docs/releases/4.1.4.txt
@@ -9,4 +9,5 @@ Django 4.1.4 fixes several bugs in 4.1.3.
Bugfixes
========
-* ...
+* Fixed a regression in Django 4.1 that caused an unnecessary table rebuilt
+ when adding ``ManyToManyField`` on SQLite (:ticket:`34138`).