Skip to content

Commit d8ea2ba

Browse files
committed
update CHANGELOG.md for v5.2.0 [ci skip]
1 parent 7203ed7 commit d8ea2ba

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# 5.2.0 / 2018-05-18
2+
3+
## :tada: Enhancements
4+
5+
- [#3375]: Add support for comments in `mocha.opts` ([@plroebuck])
6+
7+
## :bug: Fixes
8+
9+
- [#3346]: Exit correctly from `before` hooks when using `--bail` ([@outsideris])
10+
11+
## :book: Documentation
12+
13+
- [#3328]: Mocha-flavored [API docs](https://mochajs.org/api/)! ([@Munter])
14+
15+
## :nut_and_bolt: Other
16+
17+
- [#3330]: Use `Buffer.from()` ([@harrysarson])
18+
- [#3295]: Remove redundant folder ([@DavNej])
19+
- [#3356]: Refactoring ([@plroebuck])
20+
21+
[#3375]: https://github.com/mochajs/mocha/pull/3375
22+
[#3346]: https://github.com/mochajs/mocha/pull/3346
23+
[#3328]: https://github.com/mochajs/mocha/pull/3328
24+
[#3330]: https://github.com/mochajs/mocha/pull/3330
25+
[#3295]: https://github.com/mochajs/mocha/pull/3295
26+
[#3356]: https://github.com/mochajs/mocha/pull/3356
27+
28+
[@plroebuck]: https://github.com/plroebuck
29+
[@harrysarson]: https://github.com/harrysarson
30+
[@outsideris]: https://github.com/outsideris
31+
[@Munter]: https://github.com/Munter
32+
133
# 5.1.1 / 2018-04-18
234

335
## :bug: Fixes

0 commit comments

Comments
 (0)