diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-12-13 16:48:44 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-12-13 16:48:44 +0100 |
commit | f133001dc8c849053b8af9933902d11f274426bd (patch) | |
tree | 066a9817d9e223b1329da8b7ad7480870b73659b /doc/manual/src/release-notes/rl-next.md | |
parent | 3f417c8d1c3fc05af16766f21f13f2ecc15192a0 (diff) |
Move rl-next.md to rl-2.5.md
Diffstat (limited to 'doc/manual/src/release-notes/rl-next.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 61c189d22..c869b5e2f 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1,16 +1 @@ -# Release 2.5 (2021-XX-XX) - -* The garbage collector no longer blocks new builds, so the message - `waiting for the big garbage collector lock...` is a thing of the - past. - -* 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 repl` now has a `:log` command. +# Release X.Y (202?-??-??) |