From 2146ecea38974334c5671561f26788556f1b521b Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Thu, 21 Feb 2019 11:39:30 -0800 Subject: [PATCH] update CHANGELOG.md for v6.0.1 Signed-off-by: Christopher Hiller --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a13cdba4d..0845537110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# 6.0.1 / 2019-02-21 + +The obligatory round of post-major-release bugfixes. + +## :bug: Fixes + +These issues were regressions. + +- #3754 - Mocha again finds `test.js` when run without arguments (@plroebuck) +- #3756 - Mocha again supports third-party interfaces via `--ui` (@boneskull) +- #3755 - Fix broken `--watch` (@boneskull) +- #3759 - Fix unwelcome deprecation notice when Mocha run against languages (CoffeeScript) with implicit return statements; _returning a non-`undefined` value from a `describe` callback is no longer considered deprecated_ (@boneskull) + +## :book: Documentation + +- #3738 - Upgrade to `@mocha/docdash@2` (@tendonstrength) +- #3751 - Use preferred names for example config files (@Szauka) + # 6.0.0 / 2019-02-18 ## :tada: Enhancements