From 832e03a8c1bc72ac1756f02b44249837fe14a6e5 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 10 Jun 2015 15:24:46 +0800 Subject: [PATCH 1/2] HISTORY: improve 2.2.5 changelog --- HISTORY.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9f7db2314e..b46f833927 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,20 +2,28 @@ 2.2.5 / 2015-05-14 ================== - * Merge pull request #1699 from nylen/upgrade/jsdiff - * Upgrade jsdiff to v1.4.0 - * Merge pull request #1648 from nylen/fix/diff-colors - * Merge pull request #1686 from danielstjules/1327-regression - * Sanity check: update fixtures/regression/issue-1327.js to be closer to orig test - * Fix diff colors - * Merge pull request #1675 from danielstjules/integration-tests - * Merge pull request #1682 from kemitchell/spdx-license - * use a valid SPDX license identifier - * Add integration tests - * Merge pull request #1655 from a8m/fix-issue-1241 - * Merge pull request #1661 from a8m/fix-issue-1660 - * fix(utils/stringify): fix issue #1660 - * fix(reporter/base): issue #1241 + * [#1699] - Upgrade jsdiff to v1.4.0 ([@nylen]) + * [#1648] - fix diff background colors in the console ([@nylen]) + * [#1327] - fix tests running twice, a regression issue. ([#1686], [@danielstjules]) + * [#1675] - add integration tests ([@danielstjules]) + * [#1682] - use a valid SPDX license identifier in package.jsn ([@kemitchell]) + * [#1660] - fix assertion of invalid dates ([#1661], [@a8m]) + * [#1241] - fix issue with multiline diffs appearing as single line ([#1655], [@a8m]) + +[#1699]: https://github.com/mochajs/mocha/issues/1699 +[#1648]: https://github.com/mochajs/mocha/issues/1648 +[#1327]: https://github.com/mochajs/mocha/issues/1327 +[#1686]: https://github.com/mochajs/mocha/issues/1686 +[#1675]: https://github.com/mochajs/mocha/issues/1675 +[#1682]: https://github.com/mochajs/mocha/issues/1682 +[#1660]: https://github.com/mochajs/mocha/issues/1660 +[#1661]: https://github.com/mochajs/mocha/issues/1661 +[#1241]: https://github.com/mochajs/mocha/issues/1241 +[#1655]: https://github.com/mochajs/mocha/issues/1655 +[@nylen]: https://github.com/nylen +[@danielstjules]: https://github.com/danielstjules +[@kemitchell]: https://github.com/kemitchell +[@a8m]: https://github.com/a8m 2.2.4 / 2015-04-08 ================== From 82615a5b8459d799a7cd7d1495c8c5ff4b0b955a Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 10 Jun 2015 15:26:02 +0800 Subject: [PATCH 2/2] HISTORY: fix typo in 2.2.5 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index b46f833927..8f949b2093 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,7 +6,7 @@ * [#1648] - fix diff background colors in the console ([@nylen]) * [#1327] - fix tests running twice, a regression issue. ([#1686], [@danielstjules]) * [#1675] - add integration tests ([@danielstjules]) - * [#1682] - use a valid SPDX license identifier in package.jsn ([@kemitchell]) + * [#1682] - use a valid SPDX license identifier in package.json ([@kemitchell]) * [#1660] - fix assertion of invalid dates ([#1661], [@a8m]) * [#1241] - fix issue with multiline diffs appearing as single line ([#1655], [@a8m])