From d773c7498f8c3e74e16a8724a15bb637ecea6025 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 3 Jul 2015 18:36:15 -0300 Subject: [PATCH] Reword entry in the changelog to show case the new status bar colors better --- CHANGELOG | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 882ad6b59..349e072cd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,9 @@ 2.8.0.dev (compared to 2.7.X) ----------------------------- -- partial fix for issue500: color the summary bar yellow for warning - situations, including the case where no tests were run. +- Summary bar now is colored yellow for warning + situations such as: all tests either were skipped or xpass/xfailed, + or no tests were run at all (this is a partial fix for issue500). Thanks Eric Siegerman. - fix issue713: JUnit XML reports for doctest failures.