From 5e8907d1e8c144265b97c62bc4c8260bce85712c Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Mon, 11 May 2015 22:05:39 +0100 Subject: [PATCH] Add notes for #1970 - Test exclude filter. --- notes/0.13.9/test-exclude-filter.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/0.13.9/test-exclude-filter.markdown diff --git a/notes/0.13.9/test-exclude-filter.markdown b/notes/0.13.9/test-exclude-filter.markdown new file mode 100644 index 000000000..d22b0efee --- /dev/null +++ b/notes/0.13.9/test-exclude-filter.markdown @@ -0,0 +1,12 @@ + + [@matthewfarwell]: http://github.com/matthewfarwell + [1970]: https://github.com/sbt/sbt/pull/1970 + +### Fixes with compatibility implications + +### Improvements + +- Support excluding tests in `testOnly`/`testQuick` with `-`, for example `-MySpec`. + [#1970][1970] by [@matthewfarwell][@matthewfarwell] + +### Bug fixes