Skip to content

Commit d525345

Browse files
committed
update CHANGELOG for v7.2.0 [ci skip]
1 parent c6b7b61 commit d525345

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# 7.2.0 / 2020-05-22
2+
3+
## :tada: Enhancements
4+
5+
- #4234: Add ability to run tests in a mocha instance multiple times (@nicojs)
6+
- #4219: Exposing filename in JSON, doc, and json-stream reporters (@Daniel0113)
7+
- #4244: Add Root Hook Plugins (@boneskull)
8+
9+
## :bug: Fixes
10+
11+
- #4258: Fix missing dot in name of configuration file (@sonicdoe)
12+
- #4194: Check if module.paths really exists (@ematipico)
13+
- #4256: `--forbid-only` does not recognize `it.only` when `before` crashes (@arvidOtt)
14+
- #4152: Bug with multiple async done() calls (@boneskull)
15+
- #4275: Improper warnings for invalid reporters (@boneskull)
16+
- #4288: Broken hook.spec.js test for IE11 (@boneskull)
17+
18+
## :book: Documentation
19+
20+
- #4081: Insufficient white space for API docs in view on mobile (@HyunSangHan)
21+
- #4255: Update mocha-docdash for UI fixes on API docs (@craigtaub)
22+
- #4235: Enable emoji on website; enable normal ul elements (@boneskull)
23+
- #4272: Fetch sponsors at build time, show ALL non-skeevy sponsors (@boneskull)
24+
25+
## :nut_and_bolt: Other
26+
27+
- #4249: Refactoring improving encapsulation (@arvidOtt)
28+
- #4242: CI add job names, add Node.js v14 to matrix (@boneskull)
29+
- #4237: Refactor validatePlugins to throw coded errors (@boneskull)
30+
- #4236: Better debug output (@boneskull)
31+
132
# 7.1.2 / 2020-04-26
233

334
## :nut_and_bolt: Other

0 commit comments

Comments
 (0)