aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2022-01-14 09:16:34 -0500
committerGitHub <noreply@github.com>2022-01-14 09:16:34 -0500
commit2dead2092470f7b0440d34035e19b9d8c80db91e (patch)
tree6cb1659f9e2ac1152ee7faed4a612b23917bcf10 /doc/manual/src
parentf4041893688914db9a3598ce5f6186b049a48678 (diff)
Apply suggestions from code review
Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com>
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/release-notes/rl-next.md13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 44c6e2c09..49be90f90 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,16 +1,5 @@
# Release X.Y (202?-??-??)
-
-* Binary cache stores now have a setting `compression-level`.
-
-* `nix develop` now has a flag `--unpack` to run `unpackPhase`.
-
-* Lists can now be compared lexicographically using the `<` operator.
-
-* New built-in function: `builtins.groupBy`, with the same functionality as
- Nixpkgs' `lib.groupBy`, but faster.
-
-* Nix now searches for a flake.nix up until git or filesystem boundary.
-
+* The Nix cli now searches for a flake.nix up until the root of the current git repository or a filesystem boundary rather than just in the current directory
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
more compliant one](https://github.com/ToruNiina/toml11).