From 554c3a5ad38559251b2e2beda9de8fef5701227d Mon Sep 17 00:00:00 2001 From: Thomas Sedlmair Date: Wed, 13 Nov 2024 22:17:42 +0100 Subject: [PATCH] updated CHANGELOG --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4844fc6..5e869a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ - Define custom types with `CUSTOM_PARAMETER(function-name, "{your type}", "regex pattern", "description") { your callback implementation }` - In your callback implement how to consume capture groups - Access capture groups with `CUKE_PARAM_ARG(index)`, where index starts at 1 and goes from left to write -- Description is an argument in `CUKE_PARAMETER` ([57](https://github.com/ThoSe1990/cwt-cucumber/pull/57)) - Renamed example target `box` to `example` ([56](https://github.com/ThoSe1990/cwt-cucumber/pull/56)) ## [2.3.1] 2024-10-23