From a266baeff3abe6d2755c3a23aac35e45b6eeaa20 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Sat, 6 Jul 2013 10:16:52 -0700 Subject: [PATCH] chore: make changelog a bit nicer --- CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8009ec6f3..aa6dc72db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,9 @@ #### Breaking Changes -* please update your karma.conf.js as follows: +* please update your karma.conf.js as follows ([d2a3c854](https://github.com/karma-runner/karma/commit/d2a3c8546dc4b10bb9194047a1c11963639f3730)): + +```js // before: module.exports = function(karma) { karma.configure({port: 123}); @@ -61,7 +63,7 @@ module.exports = function(config) { } }); }; - ([d2a3c854](https://github.com/karma-runner/karma/commit/d2a3c8546dc4b10bb9194047a1c11963639f3730)) +``` ### v0.9.3 (2013-06-16) @@ -98,15 +100,16 @@ module.exports = function(config) { #### Breaking Changes -* Update your karma.conf.js to export a config function. -````javascript +* Update your karma.conf.js to export a config function ([a37fd6f7](https://github.com/karma-runner/karma/commit/a37fd6f7d28036b8da5fe98634cf711cebafc1ff)): + +```js module.exports = function(karma) { karma.configure({ autoWatch: true, // ... }); }; - ([a37fd6f7](https://github.com/karma-runner/karma/commit/a37fd6f7d28036b8da5fe98634cf711cebafc1ff)) +``` ### v0.9.2 (2013-04-16)