From 4a7e5bd5735fbc00e6944e083fe9d4f9223146a0 Mon Sep 17 00:00:00 2001 From: Louis Jacomet Date: Mon, 20 Feb 2023 12:04:11 +0100 Subject: [PATCH] Release note for 6.9.4 --- subprojects/docs/src/docs/release/notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subprojects/docs/src/docs/release/notes.md b/subprojects/docs/src/docs/release/notes.md index 6886250f4114..d55fcdeb924e 100644 --- a/subprojects/docs/src/docs/release/notes.md +++ b/subprojects/docs/src/docs/release/notes.md @@ -3,7 +3,9 @@ This is a backport release, Gradle @version@. This is the fourth patch release for Gradle 6.9. It fixes the following issues: -* TODO +* [#23680](https://github.com/gradle/gradle/issues/23680) Dependency graph resolution: Equivalent excludes can cause un-necessary graph mutations [backport 6.x] +* [#23945](https://github.com/gradle/gradle/issues/23945) Backport trusting only full GPG keys in dependency verification [Backport 6.9.4] +* [#23950](https://github.com/gradle/gradle/issues/23950) Exclude rule merging: missing optimization [backport 6.x] Issues fixed in the third patch release: * [#19523](https://github.com/gradle/gradle/issues/19523) Fix buffer overflow error in KryoBackedDecoder [Backport 6.x]