From bddc079a50861622b0d51d6d22c730535be85afc Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Mon, 2 Nov 2020 14:48:06 -0800 Subject: [PATCH] update CHANGELOG for v8.2.1 Signed-off-by: Christopher Hiller --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561d0d4661..1fd01eb73b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 8.2.1 / 2020-11-02 + +Fixed stuff. + +## :bug: Fixes + +- #4489: Fix problematic handling of otherwise-unhandled `Promise` rejections and erroneous "`done()` called twice" errors (@boneskull) +- #4496: Avoid `MaxListenersExceededWarning` in watch mode (@boneskull) + +Also thanks to @akeating for a documentation fix! + # 8.2.0 / 2020-10-16 The major feature added in v8.2.0 is addition of support for [_global fixtures_](https://mochajs.org/#global-fixtures).