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