aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-2.4.md
AgeCommit message (Collapse)Author
2022-01-12Release Notes 2.4: add `--indirect` no-op changeProfpatsch
Since https://github.com/NixOS/nix/commit/00d25e84577659ccf0bc360c61c47b6cd25d1c26 which was first included in nix 2.4. It is a backwards-compatible change since the flag will just be ignored.
2021-11-25Update namesEelco Dolstra
2021-11-01Fix 2.4 migration examplesEelco Dolstra
2021-10-272.4 release notes: Add some migration notesEelco Dolstra
2021-10-01TypoEelco Dolstra
2021-10-01CommentsEelco Dolstra
2021-10-01TypoEelco Dolstra
Co-authored-by: Sebastian Ullrich <sebasti@nullri.ch>
2021-09-30Release notesEelco Dolstra
2021-02-24Respect command registrations in plugins.Shea Levy
2021-02-24Initialize plugins after handling initial command line flagsShea Levy
This is technically a breaking change, since attempting to set plugin files after the first non-flag argument will now throw an error. This is acceptable given the relative lack of stability in a plugin interface and the need to tie the knot somewhere once plugins can actually define new subcommands.