Updated release notes

This commit is contained in:
Maarten Coene 2026-06-16 00:14:58 +02:00
parent f72d589709
commit 3b67d9adc7
No known key found for this signature in database
GPG Key ID: 5BE0BA8CB80602AE
1 changed files with 3 additions and 1 deletions

View File

@ -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. 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) 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: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 <dependencyManagement> section. (IVY-1667) (Thanks to Eric Milles)
== Committers and Contributors == Committers and Contributors