From c8aeacd0ae3aba8403736203b2013f14f4080a89 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 28 Nov 2024 21:13:14 +0100 Subject: [PATCH] release notes: Move cacheNetwork note to 25.05 It's not included in 24.11 --- nixos/doc/manual/release-notes/rl-2411.section.md | 2 -- nixos/doc/manual/release-notes/rl-2505.section.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/doc/manual/release-notes/rl-2411.section.md b/nixos/doc/manual/release-notes/rl-2411.section.md index f06b60c42a68..55e3d1a381fd 100644 --- a/nixos/doc/manual/release-notes/rl-2411.section.md +++ b/nixos/doc/manual/release-notes/rl-2411.section.md @@ -917,8 +917,6 @@ - `freecad` now supports addons and custom configuration in nix-way, which can be used by calling `freecad.customize`. -- `bind.cacheNetworks` now only controls access for recursive queries, where it previously controlled access for all queries. - ## Detailed migration information {#sec-release-24.11-migration} ### `sound` options removal {#sec-release-24.11-migration-sound} diff --git a/nixos/doc/manual/release-notes/rl-2505.section.md b/nixos/doc/manual/release-notes/rl-2505.section.md index be4351684fdb..dab81b461c22 100644 --- a/nixos/doc/manual/release-notes/rl-2505.section.md +++ b/nixos/doc/manual/release-notes/rl-2505.section.md @@ -58,6 +58,6 @@ -- Create the first release note entry in this section! +- `bind.cacheNetworks` now only controls access for recursive queries, where it previously controlled access for all queries.