From ce4ae7a4759f75b27fe788422dbb12e5fa36d800 Mon Sep 17 00:00:00 2001 From: Jesse Kinkead Date: Thu, 12 Nov 2015 09:32:16 -0800 Subject: [PATCH 1/2] Release notes for apiURL change. --- notes/0.13.10/always-honor-api-url.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 notes/0.13.10/always-honor-api-url.markdown 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..a0844d23c --- /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] by [@jkinkead] + +### Bug fixes From a631c635e2b41ece946473cb8e627c869f9592c6 Mon Sep 17 00:00:00 2001 From: Jesse Kinkead Date: Thu, 12 Nov 2015 09:52:23 -0800 Subject: [PATCH 2/2] Fix link refs. --- notes/0.13.10/always-honor-api-url.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/0.13.10/always-honor-api-url.markdown b/notes/0.13.10/always-honor-api-url.markdown index a0844d23c..ef7133b6e 100644 --- a/notes/0.13.10/always-honor-api-url.markdown +++ b/notes/0.13.10/always-honor-api-url.markdown @@ -5,6 +5,6 @@ ### 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] by [@jkinkead] +- 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