diff --git a/nixos/doc/manual/release-notes/rl-1909.xml b/nixos/doc/manual/release-notes/rl-1909.xml
index 2d391b75053..72fa6f4d515 100644
--- a/nixos/doc/manual/release-notes/rl-1909.xml
+++ b/nixos/doc/manual/release-notes/rl-1909.xml
@@ -65,6 +65,23 @@
+
+
+ Buildbot no longer supports Python 2, as support was dropped upstream in
+ version 2.0.0. Configurations may need to be modified to make them
+ compatible with Python 3.
+
+
+
+
+ PostgreSQL now uses
+ /run/postgresql as its socket
+ directory instead of /tmp. So
+ if you run an application like eg. Nextcloud, where you need to use
+ the Unix socket path as the database host name, you need to change it
+ accordingly.
+
+
The directory where Prometheus will store its metric data is now
@@ -87,39 +104,6 @@
-
- Backward Incompatibilities
-
-
- When upgrading from a previous release, please be aware of the following
- incompatible changes:
-
-
-
-
-
- Buildbot no longer supports Python 2, as support was dropped upstream in
- version 2.0.0. Configurations may need to be modified to make them
- compatible with Python 3.
-
-
-
-
- PostgreSQL now uses
- /run/postgresql as its socket
- directory instead of /tmp. So
- if you run an application like eg. Nextcloud, where you need to use
- the Unix socket path as the database host name, you need to change it
- accordingly.
-
-
-
-
-