diff options
Diffstat (limited to 'doc/manual/src/release-notes/rl-next.md')
-rw-r--r-- | doc/manual/src/release-notes/rl-next.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md index 2826fc8be..44c6e2c09 100644 --- a/doc/manual/src/release-notes/rl-next.md +++ b/doc/manual/src/release-notes/rl-next.md @@ -1,4 +1,5 @@ -# Release 2.5 (2021-XX-XX) +# Release X.Y (202?-??-??) + * Binary cache stores now have a setting `compression-level`. @@ -10,3 +11,6 @@ Nixpkgs' `lib.groupBy`, but faster. * Nix now searches for a flake.nix up until git or filesystem boundary. + +* The TOML parser used by `builtins.fromTOML` has been replaced by [a + more compliant one](https://github.com/ToruNiina/toml11). |