diff --git a/doc/manual/source/SUMMARY.md.in b/doc/manual/source/SUMMARY.md.in index 69babe05b..087c4b93c 100644 --- a/doc/manual/source/SUMMARY.md.in +++ b/doc/manual/source/SUMMARY.md.in @@ -128,8 +128,8 @@ - [Contributing](development/contributing.md) - [Determinate Nix Release Notes](release-notes-determinate/index.md) - [Changes between Nix and Determinate Nix](release-notes-determinate/changes.md) - - [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md) - [Release 3.1.0 (2025-03-27)](release-notes-determinate/rl-3.1.0.md) + - [Release 3.0.0 (2025-03-04)](release-notes-determinate/rl-3.0.0.md) - [Nix Release Notes](release-notes/index.md) {{#include ./SUMMARY-rl-next.md}} - [Release 2.27 (2025-03-03)](release-notes/rl-2.27.md) diff --git a/doc/manual/source/release-notes-determinate/rl-3.0.0.md b/doc/manual/source/release-notes-determinate/rl-3.0.0.md index ba9c0479b..d60786e9a 100644 --- a/doc/manual/source/release-notes-determinate/rl-3.0.0.md +++ b/doc/manual/source/release-notes-determinate/rl-3.0.0.md @@ -3,5 +3,3 @@ * Initial release of Determinate Nix. * Based on [upstream Nix 2.26.2](../release-notes/rl-2.26.md). - -* New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket. diff --git a/doc/manual/source/release-notes-determinate/rl-3.1.0.md b/doc/manual/source/release-notes-determinate/rl-3.1.0.md index 02b22ba9f..96b7819d0 100644 --- a/doc/manual/source/release-notes-determinate/rl-3.1.0.md +++ b/doc/manual/source/release-notes-determinate/rl-3.1.0.md @@ -1,3 +1,5 @@ # Release 3.1.0 (2025-03-27) * Based on [upstream Nix 2.27.1](../release-notes/rl-2.27.md). + +* New setting `json-log-path` that sends a copy of all Nix log messages (in JSON format) to a file or Unix domain socket.