From ca1bce973205af07efa9f058e27035ed34e8daa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-Yves=20G=C3=A9rardy?= Date: Mon, 7 May 2018 01:52:49 +0200 Subject: [PATCH] [ospec] Update change log to reflect #2141 --- ospec/change-log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ospec/change-log.md b/ospec/change-log.md index a013802f..ae7d662a 100644 --- a/ospec/change-log.md +++ b/ospec/change-log.md @@ -8,7 +8,7 @@ ## 2.0.0 _2018-05-xx_ -- Allow piping a custom list of test-files to the `ospec` binary ([#2137](https://github.com/MithrilJS/mithril.js/pull/2137)) +- the CLI runner now accepts globs as arguments ([#2141](https://github.com/MithrilJS/mithril.js/pull/2141), [@maranomynet](https://github.com/maranomynet)) - Added support for custom reporters ([#2020](https://github.com/MithrilJS/mithril.js/pull/2020)) - Make Ospec more [Flems](https://flems.io)-friendly ([#2034](https://github.com/MithrilJS/mithril.js/pull/2034)) - Works either as a global or in CommonJS environments