From 0123b9aec8fe83738f0bf7625119a20e347a7366 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 7 Mar 2022 19:56:10 +0100 Subject: [PATCH] Tweak release notes --- doc/manual/src/release-notes/rl-next.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index ae37ac3be..aacbdc86e 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1,5 +1,9 @@ # Release X.Y (202?-??-??) +* Nix will now make some helpful suggestions when you mistype + something on the command line. For instance, if you type `nix build + nixpkgs#thunderbrd`, it will suggest `thunderbird`. + * A number of "default" flake output attributes have been renamed. These are: @@ -27,6 +31,3 @@ * Templates can now define a `welcomeText` attribute, which is printed out by `nix flake {init,new} --template