From 337e86367cd1e729fa14481419c8a30a3691e2fe Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Tue, 26 Jan 2016 16:14:15 -0800 Subject: [PATCH] update CHANGELOG; add link to CHANGELOG in README.md --- CHANGELOG.md | 12 ++++++++++++ README.md | 1 + 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eec5b318c1..6d3e26c1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +2.4.2 / 2016-01-26 + +* [#2053] - Fix web worker compatibility ([@mislav]) +* [#2072] - Fix Windows color output ([@thedark1337]) +* [#2073] - Fix colors in `progress` and `landing` reporters ([@gyandeeps]) + +[#2053]: https://github.com/mochajs/mocha/pull/2053 +[#2072]: https://github.com/mochajs/mocha/pull/2072 +[#2073]: https://github.com/mochajs/mocha/pull/2073 +[@gyandeeps]: https://github.com/gyandeeps +[@thedark1337]: https://github.com/thedark1337 + 2.4.1 / 2016-01-26 ================== diff --git a/README.md b/README.md index 44692d3514..c59af2f98f 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ ## Links + - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Google Group](http://groups.google.com/group/mochajs) - [Wiki](https://github.com/mochajs/mocha/wiki) - Mocha [Extensions and reporters](https://github.com/mochajs/mocha/wiki)