diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index 3dc4c353e25..3c51dfbc88d 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -113,7 +113,7 @@ following incompatible changes:
- cc-wrapperhas been split in two; there is now also a bintools-wrapper.
+ cc-wrapper has been split in two; there is now also a bintools-wrapper.
The most commonly used files in nix-support are now split between the two wrappers.
Some commonly used ones, like nix-support/dynamic-linker, are duplicated for backwards compatability, even though they rightly belong only in bintools-wrapper.
Other more obscure ones are just moved.
@@ -131,6 +131,11 @@ following incompatible changes:
Other types dependencies should be unaffected.
+
+
+ lib.addPassthru is removed. Use lib.extendDerivation true instead. TODO: actually remove it before branching 18.03 off.
+
+