From 62b1566211a631b22f4bd7d888cd2c046efdd9e4 Mon Sep 17 00:00:00 2001 From: Juerg B <44573692+juergba@users.noreply.github.com> Date: Sun, 1 May 2022 06:29:18 +0200 Subject: [PATCH] build(v10.0.0): update CHANGELOG --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ccee20de..bffd5b9737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +# 10.0.0 / 2022-05-01 + +## :boom: Breaking Changes + +- #4845: **Drop Node.js v12.x support** (@juergba) + +- #4848: Drop Internet-Explorer-11 support (@juergba) + +- #4857: Drop AMD/RequireJS support (@juergba) + +- #4866: Drop Growl notification support (@juergba) + +- #4863: Rename executable `bin/mocha` to `bin/mocha.js` (@juergba) + +- #4865: `--ignore` option in Windows: upgrade Minimatch (@juergba) + +- #4861: Remove deprecated `Runner` signature (@juergba) + +## :nut\_and\_bolt: Other + +- #4878: Update production dependencies (@juergba) + +- #4876: Add Node.js v18 to CI test matrix (@outsideris) + +- #4852: Replace deprecated `String.prototype.substr()` (@CommanderRoot) + +Also thanks to @ea2305 and @SukkaW for improvements to our documentation. + # 9.2.2 / 2022-03-11 ## :bug: Fixes