Skip to content

Commit 44a031b

Browse files
committed
CHANGELOG for v3.1.0 [ci skip]
1 parent 8431cb3 commit 44a031b

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+
# 3.1.0 / 2016-09-27
2+
3+
## :tada: Enhancement
4+
5+
- [#2357]: Support `--inspect` on command-line ([@simov])
6+
- [#2194]: Human-friendly error if no files are matched on command-line ([@Munter])
7+
- [#1744]: Human-friendly error if a Suite has no callback (BDD/TDD only) ([@anton])
8+
9+
## :bug: Bug Fix
10+
11+
- [#2488]: Fix case in which *variables beginning with lowercase "D"* may not have been reported properly as global leaks ([@JustATrick]) :laughing:
12+
- [#2465]: Always halt execution in async function when `this.skip()` is called ([@boneskull])
13+
- [#2445]: Exits with expected code 130 when `SIGINT` encountered; exit code can no longer rollover at 256 ([@Munter])
14+
- [#2315]: Fix uncaught TypeError thrown from callback stack ([@1999])
15+
- Fix broken `only()`/`skip()` in IE7/IE8 ([@boneskull])
16+
- [#2502]: Fix broken stack trace filter on Node.js under Windows ([@boneskull])
17+
- [#2496]: Fix diff output for objects instantiated with `String` constructor ([more](https://youtrack.jetbrains.com/issue/WEB-23383)) ([@boneskull])
18+
19+
[#2496]: https://github.com/mochajs/mocha/issues/2496
20+
[#2502]: https://github.com/mochajs/mocha/issues/2502
21+
[#2315]: https://github.com/mochajs/mocha/issues/2315
22+
[#2445]: https://github.com/mochajs/mocha/pull/2445
23+
[#2465]: https://github.com/mochajs/mocha/issues/2465
24+
[#2488]: https://github.com/mochajs/mocha/issues/2488
25+
[#1744]: https://github.com/mochajs/mocha/issues/1744
26+
[#2194]: https://github.com/mochajs/mocha/issues/2194
27+
[#2357]: https://github.com/mochajs/mocha/issues/2357
28+
[@1999]: https://github.com/1999
29+
[@JustATrick]: https://github.com/JustATrick
30+
[@anton]: https://github.com/anton
31+
[@simov]: https://github.com/simov
32+
133
# 3.0.2 / 2016-08-08
234

335
## :bug: Bug Fix

0 commit comments

Comments
 (0)