2021-12-13 17:48:44 +02:00
|
|
|
# Release X.Y (202?-??-??)
|
2021-12-21 15:19:21 +02:00
|
|
|
|
2021-10-07 21:09:03 +03:00
|
|
|
|
2021-10-13 12:11:26 +03:00
|
|
|
* Binary cache stores now have a setting `compression-level`.
|
2021-10-13 12:39:54 +03:00
|
|
|
|
|
|
|
* `nix develop` now has a flag `--unpack` to run `unpackPhase`.
|
2021-11-23 00:56:40 +02:00
|
|
|
|
|
|
|
* Lists can now be compared lexicographically using the `<` operator.
|
2021-12-02 18:46:44 +02:00
|
|
|
|
|
|
|
* New built-in function: `builtins.groupBy`, with the same functionality as
|
|
|
|
Nixpkgs' `lib.groupBy`, but faster.
|
2021-12-03 17:53:41 +02:00
|
|
|
|
|
|
|
* Nix now searches for a flake.nix up until git or filesystem boundary.
|
2021-12-23 22:22:52 +02:00
|
|
|
|
2021-12-21 15:19:21 +02:00
|
|
|
* The TOML parser used by `builtins.fromTOML` has been replaced by [a
|
|
|
|
more compliant one](https://github.com/ToruNiina/toml11).
|