Skip to content

Commit

Permalink
update CHANGELOG.md for v5.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed May 18, 2018
1 parent 7203ed7 commit d8ea2ba
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,35 @@
# 5.2.0 / 2018-05-18

## :tada: Enhancements

- [#3375]: Add support for comments in `mocha.opts` ([@plroebuck])

## :bug: Fixes

- [#3346]: Exit correctly from `before` hooks when using `--bail` ([@outsideris])

## :book: Documentation

- [#3328]: Mocha-flavored [API docs](https://mochajs.org/api/)! ([@Munter])

## :nut_and_bolt: Other

- [#3330]: Use `Buffer.from()` ([@harrysarson])
- [#3295]: Remove redundant folder ([@DavNej])
- [#3356]: Refactoring ([@plroebuck])

[#3375]: https://github.com/mochajs/mocha/pull/3375
[#3346]: https://github.com/mochajs/mocha/pull/3346
[#3328]: https://github.com/mochajs/mocha/pull/3328
[#3330]: https://github.com/mochajs/mocha/pull/3330
[#3295]: https://github.com/mochajs/mocha/pull/3295
[#3356]: https://github.com/mochajs/mocha/pull/3356

[@plroebuck]: https://github.com/plroebuck
[@harrysarson]: https://github.com/harrysarson
[@outsideris]: https://github.com/outsideris
[@Munter]: https://github.com/Munter

# 5.1.1 / 2018-04-18

## :bug: Fixes
Expand Down

0 comments on commit d8ea2ba

Please sign in to comment.