diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 8391c550afab..9121c21a8690 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -133,6 +133,17 @@ following incompatible changes:
here.
+
+
+ The openssh package
+ now includes Kerberos support by default;
+ the openssh_with_kerberos package
+ is now a deprecated alias.
+ If you do not want Kerberos support,
+ you can do openssh.override { withKerboros = false; }.
+ Note, this also applies to the openssh_hpn package.
+
+ cc-wrapper has been split in two; there is now also a bintools-wrapper.