|
| 1 | +# 3.2.0 / 2016-11-24 |
| 2 | + |
| 3 | +## :newspaper: News |
| 4 | + |
| 5 | +### Mocha is now a JS Foundation Project! |
| 6 | + |
| 7 | +Mocha is proud to have joined the [JS Foundation](https://js.foundation). For more information, [read the announcement](https://js.foundation/announcements/2016/10/17/Linux-Foundation-Unites-JavaScript-Community-Open-Web-Development/). |
| 8 | + |
| 9 | +### Contributor License Agreement |
| 10 | + |
| 11 | +Under the foundation, all contributors to Mocha must sign the [JS Foundation CLA](https://js.foundation/CLA/) before their code can be merged. When sending a PR--if you have not already signed the CLA--a friendly bot will ask you to do so. |
| 12 | + |
| 13 | +Mocha remains licensed under the [MIT license](https://github.com/mochajs/mocha/blob/master/LICENSE). |
| 14 | + |
| 15 | +## :bug: Bug Fix |
| 16 | + |
| 17 | +- [#2535]: Fix crash when `--watch` encounters broken symlinks ([@villesau]) |
| 18 | +- [#2593]: Fix (old) regression; incorrect symbol shown in `list` reporter ([@Aldaviva]) |
| 19 | +- [#2584]: Fix potential error when running XUnit reporter ([@vobujs]) |
| 20 | + |
| 21 | +## :tada: Enhancement |
| 22 | + |
| 23 | +- [#2294]: Improve timeout error messaging ([@jeversmann], [@boneskull]) |
| 24 | +- [#2520]: Add info about `--inspect` flag to CLI help ([@ughitsaaron]) |
| 25 | + |
| 26 | +## :nut_and_bolt: Other |
| 27 | + |
| 28 | +- [#2570]: Use [karma-mocha](https://npmjs.com/package/karma-mocha) proper ([@boneskull]) |
| 29 | +- Licenses updated to reflect new copyright, add link to license and browser matrix to `README.md` ([@boneskull], [@ScottFreeCode], [@dasilvacontin]) |
| 30 | + |
| 31 | +[#2294]: https://github.com/mochajs/mocha/issues/2294 |
| 32 | +[#2535]: https://github.com/mochajs/mocha/issues/2535 |
| 33 | +[#2520]: https://github.com/mochajs/mocha/pull/2520 |
| 34 | +[#2593]: https://github.com/mochajs/mocha/pull/2593 |
| 35 | +[#2584]: https://github.com/mochajs/mocha/issues/2584 |
| 36 | +[#2570]: https://github.com/mochajs/mocha/issues/2570 |
| 37 | +[@Aldaviva]: https://github.com/Aldaviva |
| 38 | +[@jeversmann]: https://github.com/jeversmann |
| 39 | +[@ughitsaaron]: https://github.com/ughitsaaron |
| 40 | +[@villesau]: https://github.com/villesau |
| 41 | +[@vobujs]: https://github.com/vobujs |
| 42 | + |
| 43 | +Thanks to all our contributors, sponsors and backers! Keep on the lookout for a public roadmap and new contribution guide coming soon. |
| 44 | + |
1 | 45 | # 3.1.2 / 2016-10-10
|
2 | 46 |
|
3 | 47 | ## :bug: Bug Fix
|
|
0 commit comments