From 3b67d9adc7bd30bfdfba33b5ac6018e4a74f1b4f Mon Sep 17 00:00:00 2001 From: Maarten Coene <4728619+maartenc@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:14:58 +0200 Subject: [PATCH] Updated release notes --- asciidoc/release-notes.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 83e15cee..0345dc2f 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -61,7 +61,9 @@ Note, if you have resolved dependencies with version of Ivy prior to 2.6.0, you This way, the delivered ivy.xml can be used to have reproducible dependency resolution, especially when multiple configurations are used. It also fixes issues where the dynamic revisions were replaced by versions from other configurations. (IVY-1485, IVY-1661) - FIX: the `ivy:deliver` task didn't replace dynamic revision from inherited dependencies. (IVY-1410) (Thanks to Eric Milles) -- FIX: the `ivy:install` task didn't take the `from` resolver into account when resolving Maven parent modules or source/javadoc artifacts. +- FIX: the `ivy:install` task didn't take the `from` resolver into account when resolving Maven parent modules or source/javadoc artifacts. (Thanks to Colin Chambers) +- FIX: the `ivy:checkdepsupdate` task could suggest a lesser version as update. (IVY-1665) (Thanks to Eric Milles) +- FIX: the `ivy:makepom` task no longer adds a dependency to the section. (IVY-1667) (Thanks to Eric Milles) == Committers and Contributors