Add release notes entry for #5149

This commit is contained in:
Eelco Dolstra 2021-11-29 12:42:01 +01:00
parent 853771b589
commit 3f417c8d1c

View file

@ -1,5 +1,9 @@
# 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`.