Update the release notes Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/bc4f6b93 Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/bc4f6b93 Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/bc4f6b93
Branch: refs/heads/master Commit: bc4f6b930768dc0cbd5ae86b9f46fd9ba5a151ef Parents: 18a830d Author: Gintas Grigelionis <[email protected]> Authored: Tue Aug 7 14:35:36 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Tue Aug 7 14:35:36 2018 +0200 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/bc4f6b93/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 8a6f1f9..cc460ca 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -81,6 +81,7 @@ For details about the following changes, check our JIRA install at link:https:// - FIX: Correct parent classloader when lauching resolved artifacts from CLI (jira:IVY-1483[]) (Thanks to Stephan Feder) - FIX: Make Main.run() public (usable with REPL) (jira:IVY-1321[] jira:IVY-1578[]) (Thanks to Greg Perry) - FIX: Make ivy.deps.changed work with extra attributes (jira:IVY-1104[]) (Thanks to Arseny Aprelev) +- FIX: Implement dependency configuration negation (jira:IVY-982[] jira:IVY-1547[]) (Thanks to Arseny Aprelev) - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[]) - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevičius)
