Update the release notes

This commit is contained in:
Gintas Grigelionis 2018-03-15 22:59:03 +01:00
parent 4a2608ac10
commit fa2ddf8eac
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ For details about the following changes, check our JIRA install at link:https://
- FIX: The method hasIvyListener in org.apache.ivy.core.event.EventManager always returned false
- FIX: Allow conditionally activated properties through Maven profiles, to be referenced in the `pom.xml` (jira:IVY-1577[])
- FIX: Fix Maven dependency resolution for dependencies with multiple different classifiers (jira:IVY-1576[])
- FIX: Correct parent classloader when lauching resolved artifacts from CLI (jira:IVY-1483[]) (Thanks to Stephan Feder)
- 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)
@ -150,6 +151,7 @@ Here is the list of people who have contributed source code and documentation up
* Charles Duffy
* Martin Eigenbrodt
* Stephen Evanchik
* Stephan Feder
* Robin Fernandes
* Gregory Fernandez
* Danno Ferrin