From c09540e1884ed9e741de5130f2820550e6ab943c Mon Sep 17 00:00:00 2001 From: David Nestorovic Date: Tue, 21 Jan 2025 13:15:48 +0100 Subject: [PATCH] Add missing changelog entries --- docs/src/docs/asciidoc/changelog.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/docs/asciidoc/changelog.adoc b/docs/src/docs/asciidoc/changelog.adoc index 6f676b905..b8f791ef3 100644 --- a/docs/src/docs/asciidoc/changelog.adoc +++ b/docs/src/docs/asciidoc/changelog.adoc @@ -7,6 +7,7 @@ - Refactor Native Build Tools documentation and add end-to-end guides for both Gradle and Maven plugins - Restyle Native Build Tools documentation - Improve GraalVM version check +- Upgrade the use of Jackson to plain old JSONObject ==== Gradle plugin @@ -19,6 +20,12 @@ - Fix SBOM integration test bug - Make metadataCopy task work with custom disabled stages +=== Release 0.10.4 + +- Improve Native Image SBOM Generation +- Make accessFilter file registration thread safe +- Fix broken links in the projects documentation + === Release 0.10.3 - Remove usage of macro from merger tool initialization and throw better error if executable does not exist