2021-10-07 18:09:03 +00:00
|
|
|
# Release 2.5 (2021-XX-XX)
|
|
|
|
|
2021-11-29 11:42:01 +00:00
|
|
|
* The garbage collector no longer blocks new builds, so the message
|
|
|
|
`waiting for the big garbage collector lock...` is a thing of the
|
|
|
|
past.
|
|
|
|
|
2021-10-13 09:11:26 +00:00
|
|
|
* Binary cache stores now have a setting `compression-level`.
|
2021-10-13 09:39:54 +00:00
|
|
|
|
|
|
|
* `nix develop` now has a flag `--unpack` to run `unpackPhase`.
|
2021-11-22 22:56:40 +00:00
|
|
|
|
|
|
|
* Lists can now be compared lexicographically using the `<` operator.
|
2021-12-02 16:46:44 +00:00
|
|
|
|
|
|
|
* New built-in function: `builtins.groupBy`, with the same functionality as
|
|
|
|
Nixpkgs' `lib.groupBy`, but faster.
|
2021-11-26 15:03:07 +00:00
|
|
|
|
|
|
|
* `nix repl` now has a `:log` command.
|