From 397c25679f7e603cd677ee84eea4eb2de6c8a209 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 28 Aug 2015 23:38:29 +0100 Subject: [PATCH] Add notes for #1750. --- notes/0.13.10/fix-snapshot-srcs-docs.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes/0.13.10/fix-snapshot-srcs-docs.markdown diff --git a/notes/0.13.10/fix-snapshot-srcs-docs.markdown b/notes/0.13.10/fix-snapshot-srcs-docs.markdown new file mode 100644 index 000000000..ddfb5dbad --- /dev/null +++ b/notes/0.13.10/fix-snapshot-srcs-docs.markdown @@ -0,0 +1,16 @@ + + [@dwijnand]: http://github.com/dwijnand + [#1750]: https://github.com/sbt/sbt/issues/1750 + [sbt/ivy#17]: https://github.com/sbt/ivy/pull/17 + [#2163]: https://github.com/sbt/sbt/pull/2163 + [sbt/ivy#18]: https://github.com/sbt/ivy/pull/18 + [#2186]: https://github.com/sbt/sbt/pull/2186 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes + +- Fixes `updateClassifiers` downloading updated snapshot sources and docs. + [#1750][]/[sbt/ivy#17][]/[#2163][]/[sbt/ivy#18][]/[#2186][] by [@dwijnand][]