From 3ff04f987c2e0cba81aad848f81a175312e026c3 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 6 Feb 2017 10:24:10 +0000 Subject: [PATCH] Touch up exisiting 0.13.14 notes --- notes/0.13.14/buildlevelkey.md | 2 +- notes/0.13.14/junit_xml_imp.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/notes/0.13.14/buildlevelkey.md b/notes/0.13.14/buildlevelkey.md index e5ee44518..4bcb1cff6 100644 --- a/notes/0.13.14/buildlevelkey.md +++ b/notes/0.13.14/buildlevelkey.md @@ -1,6 +1,6 @@ ### Bug fixes -- Fixes regressions in sbt 0.13.11 - 0.13.13 that processed build-level keys incorrectly. [#2851][2851]/[#2460][2460] by [@eed3si9n] +- Fixes regressions in sbt 0.13.11 - 0.13.13 that processed build-level keys incorrectly. [#2851][2851]/[#2460][2460] by [@eed3si9n][] [#2851]: https://github.com/sbt/sbt/issues/2851 [#2460]: https://github.com/sbt/sbt/issues/2460 diff --git a/notes/0.13.14/junit_xml_imp.md b/notes/0.13.14/junit_xml_imp.md index 3fafbe71f..0c9d8bf76 100644 --- a/notes/0.13.14/junit_xml_imp.md +++ b/notes/0.13.14/junit_xml_imp.md @@ -1,7 +1,7 @@ ### Improvements -- XML generated by JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests. [#PULL][PULL]/[#2198][2198] by [@ashleymercer][@ashleymercer] +- XML generated by JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests. [#2198][2198]/[#2854][2854] by [@ashleymercer][@ashleymercer] - [PULL]: https://github.com/sbt/sbt/pull/PULL [2198]: https://github.com/sbt/sbt/issues/2198 + [2854]: https://github.com/sbt/sbt/pull/2854 [@ashleymercer]: https://github.com/ashleymercer