diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index f99332852..9bfa169ac 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -173,6 +173,16 @@ $ nix-instantiate --eval '<nixos>' -A 'config.systemd.units."nscd.service".te
1G will free up to 1 gigabyte of disk space.
+
+ nix-collect-garbage has a new flag
+
+ Nd, which deletes
+ all user environment generations older than
+ N days. Likewise, nix-env
+ --delete-generations accepts a
+ Nd age limit.
+
+
Nix now heuristically detects whether a build failure was
due to a disk-full condition. In that case, the build is not
@@ -238,6 +248,10 @@ $ bash <(curl https://nixos.org/nix/install)
+This release has contributions from Danny Wilson, Domen Kožar,
+Eelco Dolstra, Ian-Woo Kim, Ludovic Courtès, Maxim Ivanov, Petr
+Rockai, Ricardo M. Correia and Shea Levy.
+