Skip to content

Commit 2f9a409

Browse files
committed
add note about spec reporter to CHANGELOG.md [ci skip]
1 parent 7c0284b commit 2f9a409

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- The `dot` reporter now uses more visually distinctive characters when indicating "pending" and "failed" tests.
2525
- Mocha no longer supports [component](https://www.npmjs.com/package/component).
2626
- The long-forsaken `HTMLCov` and `JSONCov` reporters--and any relationship to the "node-jscoverage" project--have been removed.
27+
- `spec` reporter now omits leading carriage returns (`\r`) in non-TTY environment.
2728

2829
## :tada: Enhancements
2930

@@ -50,6 +51,7 @@
5051
- [#1644]: Don't exhibit undefined behavior when calling `this.timeout()` with very large values ([@callumacrae], [@boneskull])
5152
- [#2361]: Don't truncate name of thrown anonymous exception. ([@boneskull])
5253
- [#2367]: Fix invalid CSS. ([@bensontrent])
54+
- [#2401]: Remove carriage return before each test line in spec reporter. ([@Munter])
5355

5456
## :nut_and_bolt: Other
5557

@@ -63,6 +65,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
6365

6466
:shipit:
6567

68+
[#2401]: https://github.com/mochajs/mocha/pull/2401
6669
[#2348]: https://github.com/mochajs/mocha/issues/2348
6770
[#808]: https://github.com/mochajs/mocha/issues/808
6871
[#2361]: https://github.com/mochajs/mocha/pull/2361
@@ -97,6 +100,7 @@ We :heart: our [backers and sponsors](https://opencollective.com/mochajs)!
97100
[@jugglinmike]: https://github.com/jugglinmike
98101
[@rosswarren]: https://github.com/rosswarren
99102
[@anthony-redfox]: https://github.com/anthony-redfox
103+
[@Munter]: https://github.com/munter
100104

101105
# 2.5.3 / 2016-05-25
102106

0 commit comments

Comments
 (0)