diff --git a/notes/0.13.10/always-honor-api-url.markdown b/notes/0.13.10/always-honor-api-url.markdown new file mode 100644 index 000000000..ef7133b6e --- /dev/null +++ b/notes/0.13.10/always-honor-api-url.markdown @@ -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