aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2021-11-29 12:42:01 +0100
committerEelco Dolstra <edolstra@gmail.com>2021-12-13 16:43:42 +0100
commit3f417c8d1c3fc05af16766f21f13f2ecc15192a0 (patch)
tree5468e1dc911a32387cf3add5ee353fa91f40f6d4 /doc
parent853771b589891f1ce1c1b510f5753482405ca3f4 (diff)
Add release notes entry for #5149
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/release-notes/rl-next.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index cf2da9aa8..61c189d22 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -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`.