summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.7.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt
index 5514222888..2f5555721f 100644
--- a/docs/releases/1.9.7.txt
+++ b/docs/releases/1.9.7.txt
@@ -17,3 +17,6 @@ Bugfixes
* Fixed a regression causing the cached template loader to crash when using
lazy template names (:ticket:`26603`).
+
+* Fixed ``on_commit`` callbacks execution order when callbacks make
+ transactions (:ticket:`26627`).