diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index e93fa630f58..df63b7c9dc8 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -649,26 +649,6 @@ Branch: REL_11_STABLE [6c7bffc09] 2023-07-18 14:04:54 +0900
-
- Fix possible failure while promoting a standby server, if archiving
- is enabled and two-phase transactions need to be recovered (Julian
- Markwort)
-
-
-
- If any required two-phase transactions were logged in the most
- recent (partial) log segment, promotion would fail with an incorrect
- complaint about requested WAL segment has already been
- removed
.
-
-
-
-
-
-
- Fix missing reinitializations of delay-checkpoint-end flags
- (suyu.cmj)
-
-
-
- This could result in unnecessary delays of checkpoints, or in
- assertion failures in assert-enabled builds.
-
-
-
-
-
-
- Silence deprecation warnings when compiling with OpenSSL 3.0.0 or
- later (Peter Eisentraut)
-
-
-
-
-