From 8b5e2c45033e680890a25765053aa4ba07c5c894 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Fri, 9 Mar 2018 19:55:51 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aeb80968..0d7b5d73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -28,6 +28,10 @@ next `ext_lib`, `ext_dll` and `ext_exe` as well as `${ocaml-config:XXX}` for most variables in the output of `ocamlc -config` (#590) +- Add support for inline and inline expectation tests. The system is + generic and should support several inline test systems such as + `ppx_inline_test`, `ppx_expect` or `qtest` (#547) + 1.0+beta18 (25/02/2018) -----------------------