From 516a3d0bb326e5d97f20e212acb8d9bfa50b723c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Wed, 29 Nov 2017 22:17:42 +0100 Subject: [PATCH] update change log for #2034 --- docs/change-log.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/change-log.md b/docs/change-log.md index add3ba21..d63fa171 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -27,6 +27,7 @@ - Added support for custom reporters ([#2009](https://github.com/MithrilJS/mithril.js/pull/2020)) - Error handling for async tests with `done` callbacks supports error as first argument - Error messages which include newline characters do not swallow the stack trace [#1495](https://github.com/MithrilJS/mithril.js/issues/1495) ([#1984](https://github.com/MithrilJS/mithril.js/pull/1984), [@ RodericDay](https://github.com/RodericDay)) +- Make Ospec more [Flems](https://flems.io)-friendly (#2034) ---