diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 9bfa169ac5..0cf61977e7 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -7,7 +7,7 @@ -
Release 1.7 (TBA) +
Release 1.7 (April 8, 2014) In addition to the usual bug fixes, this release has the following new features: @@ -225,6 +225,17 @@ $ bash <(curl https://nixos.org/nix/install) + + More evaluation errors include position information. For + instance, selecting a missing attribute will print something like + + +error: attribute `nixUnstabl' missing, at /etc/nixos/configurations/misc/eelco/mandark.nix:216:15 + + + + + The command nix-setuid-helper is gone.