From 6d2b242989091f67556e392414ca02372f38554c Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 28 Feb 2022 16:58:10 -0500 Subject: [PATCH] refactor: update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323f26c..64da1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,15 @@ Types of changes + ocamlformat # latest version ocamlformat_0_11_0 ``` +- Inline comments support for `parenthesis` expressions: + ```diff + - || ( + - # Accept {} for tests that are unsupported + + || ( # Accept {} for tests that are unsupported + isDerivation x + && x ? meta.timeout + ); + ``` ### Changed