diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index e7e0e4e8f25..938080d9a29 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -88,6 +88,28 @@ following incompatible changes:
.
+
+
+ Package attributes starting with a digit have been prefixed with an
+ underscore sign. This is to avoid quoting in the configuration and
+ other issues with command-line tools like nix-env.
+ The change affects the following packages:
+
+
+ 2048-in-terminal → _2048-in-terminal
+
+
+ 90secondportraits → _90secondportraits
+
+
+ 2bwm → _2bwm
+
+
+ 389-ds-base → _389-ds-base
+
+
+
+