From 0c46c2c37f1cce36bb313a4036f498dd1cd50f32 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 21 Aug 2025 23:17:12 -0400 Subject: [PATCH] Mention experimental SHA-256 git hashing in release notes --- doc/manual/source/release-notes/rl-2.31.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manual/source/release-notes/rl-2.31.md b/doc/manual/source/release-notes/rl-2.31.md index dc8963920..390706ce6 100644 --- a/doc/manual/source/release-notes/rl-2.31.md +++ b/doc/manual/source/release-notes/rl-2.31.md @@ -51,6 +51,8 @@ For example, if a flake has a lock for `a` and `a/b`, and we change the flakeref for `a`, previously Nix would fetch the latest version of `b` rather than using the lock for `b` from `a`. +- The experimental support for [Git-hashing](@docroot@/development/experimental-features.md#xp-feature-git-hashing) store objects now also includes support for SHA-256, not just SHA-1, in line up with upstream Git. + ## Contributors This release was made possible by the following 34 contributors: