one more PR merge and changelog update

This commit is contained in:
Manfred Moser 2017-04-04 12:54:07 -07:00 committed by rfscholte
parent 9d47c124ec
commit cc4f84b123
1 changed files with 15 additions and 12 deletions

View File

@ -5,18 +5,21 @@ most information at an easier glance.
## Version 0.2.0 - Upcoming
* Use Apple-recommended strategy for locating JAVA_HOME
** see https://github.com/takari/maven-wrapper/pull/14
** contributed by Karsten Sperling - https://github.com/ksperling
* Be defensive about creating directories for files
** see https://github.com/takari/maven-wrapper/pull/29
** contributed by Dave Syer - https://github.com/dsyer
* Fix for paths with spaces on Windows
** see https://github.com/takari/maven-wrapper/pull/21
** contributed by Andreas Ahlenstorf - https://github.com/aahlenst
* Removed unused MAVEN_CMD_LINE_ARGS
** see https://github.com/takari/maven-wrapper/pull/28
** contributed by Michal Domagala - https://github.com/michaldo
- Use Apple-recommended strategy for locating JAVA_HOME
- see https://github.com/takari/maven-wrapper/pull/14
- contributed by Karsten Sperling - https://github.com/ksperling
- Be defensive about creating directories for files
- see https://github.com/takari/maven-wrapper/pull/29
- contributed by Dave Syer - https://github.com/dsyer
- Fix for paths with spaces on Windows
- see https://github.com/takari/maven-wrapper/pull/21
- contributed by Andreas Ahlenstorf - https://github.com/aahlenst
- also see https://github.com/takari/maven-wrapper/pull/33
- contributed by https://github.com/vicaya
- fixes https://github.com/takari/maven-wrapper/issues/31
- Removed unused MAVEN_CMD_LINE_ARGS
- see https://github.com/takari/maven-wrapper/pull/28
- contributed by Michal Domagala - https://github.com/michaldo
## Version 0.1.6 - 2016-10-17