From aec8b022b633ef533edc65bed36cabfead59913a Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 18 Oct 2019 15:08:45 -0400 Subject: [PATCH] update CHANGELOG for v6.2.2 [ci skip] Signed-off-by: Christopher Hiller --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d60633dd65..1f24d279f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 6.2.2 / 2019-10-18 + +## :bug: Fixes + +- #4025: Fix duplicate `EVENT_RUN_END` events upon uncaught exception (@juergba) +- #4051: Fix "unhide" function in `html` reporter (browser) (@pec9399) +- #4063: Fix use of [esm](https://npm.im/esm) in Node.js v8.x (@boneskull) +- #4033: Fix output when multiple async exceptions are thrown (@juergba) + +## :book: Documentation + +- #4046: Site accessibility fixes (@Mia-jeong) +- #4026: Update docs for custom reporters in browser (@Lindsay-Needs-Sleep) +- #3971: Adopt new OpenJS Foundation Code of Conduct (@craigtaub) + # 6.2.1 / 2019-09-29 ## :bug: Fixes