From e783062bf65a1c226fbc6836f65a578db420b1d3 Mon Sep 17 00:00:00 2001 From: Branko Juric Date: Sat, 2 Nov 2024 15:49:01 +1100 Subject: [PATCH] Support ignoring multiple lines in template matcher --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index 288fdd04..01284641 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ - Make all input data read only by default - Add `--repl` option to open REPL regardless of batch and feature options - Change ignore placeholder syntax in template matcher from `!{}` to `@{*}` +- Add `@{**}` placeholder to template matcher to support ignoring multiple lines - Fix mutiple ignored lines in template matcher - Put samples in features/samples when initialising new project - Internal engine enhancements