Skip to content

Commit 9e75153

Browse files
committed
update CHANGELOG for v8.3.0 [ci skip]
1 parent 6dd12be commit 9e75153

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# 8.3.0 / 2021-02-11
2+
3+
## :tada: Enhancements
4+
5+
- #4506: Add error code for test timeout errors (@boneskull)
6+
- #4112: Add BigInt support to stringify util function (@JosejeSinohui)
7+
8+
## :bug: Fixes
9+
10+
- #4557: Add file location when SyntaxError happens in ESM (@giltayar)
11+
- #4521: Fix `require` error when bundling Mocha with Webpack (@devhazem)
12+
13+
## :book: Documentation
14+
15+
- #4507: Add support for typescript-style docstrings (@boneskull)
16+
- #4503: Add GH Actions workflow status badge (@outsideris)
17+
- #4494: Add example of generating tests dynamically with a closure (@maxwellgerber)
18+
19+
## :nut_and_bolt: Other
20+
21+
- #4556: Upgrade all dependencies to latest stable (@AviVahl)
22+
- #4543: Update dependencies yargs and yargs-parser (@juergba)
23+
24+
Also thanks to @outsideris and @HyunSangHan for various fixes to our website and documentation.
25+
126
# 8.2.1 / 2020-11-02
227

328
Fixed stuff.

0 commit comments

Comments
 (0)