lix/doc/manual/src/release-notes/rl-next.md

17 lines
546 B
Markdown
Raw Normal View History

2021-12-13 15:48:44 +00:00
# Release X.Y (202?-??-??)
2021-12-21 13:19:21 +00:00
2021-10-07 18:09:03 +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`.
* 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 now searches for a flake.nix up until git or filesystem boundary.
2021-12-21 13:19:21 +00:00
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
more compliant one](https://github.com/ToruNiina/toml11).