Merge pull request #2273 from jkinkead/release_notes

Release notes for apiURL change.
This commit is contained in:
Dale Wijnand 2015-11-12 18:51:06 +00:00
commit 3bc013f19b
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[@jkinkead]: https://github.com/jkinkead
[2262]: https://github.com/sbt/sbt/pull/2262
### Fixes with compatibility implications
### Improvements
- The setting `apiURL` used to be ignored if `autoAPIMappings` was `false`. It will now be inserted into the built POM file regardless of the value of `autoAPIMappings`. [#2262][2262] by [@jkinkead][@jkinkead]
### Bug fixes