aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-03-07 19:56:10 +0100
committerEelco Dolstra <edolstra@gmail.com>2022-03-07 19:56:10 +0100
commit0123b9aec8fe83738f0bf7625119a20e347a7366 (patch)
tree1e2d22f4e6ed180b3d44abcdf2b2aca062e6cd05 /doc
parent30ddd37873a7ce0e6a8c884e03c6ebc52ea816a6 (diff)
Tweak release notes
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md7
1 files 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 <template>`.
-
-* Nix will now helpfully suggest some valid inputs when the user mistypes
- something on the command-line