summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/5.1.8.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.1.8.txt b/docs/releases/5.1.8.txt
index fd96acd0cb..e5143904a2 100644
--- a/docs/releases/5.1.8.txt
+++ b/docs/releases/5.1.8.txt
@@ -9,4 +9,6 @@ Django 5.1.8 fixes several bugs in 5.1.7.
Bugfixes
========
-* ...
+* Fixed a regression in Django 5.1.7 where the removal of the ``single_object``
+ parameter unintentionally altered the signature and return type of
+ ``LogEntryManager.log_actions()`` (:ticket:`36234`).