From 1772c1d74783cecdb1a2c226c0518938e18bb055 Mon Sep 17 00:00:00 2001 From: Milos Chaloupka Date: Wed, 20 May 2026 21:00:43 -0700 Subject: [PATCH] Create 2.0.5 release Co-Authored-By: Claude Sonnet 4.6 --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index daf73e5..2dba379 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +#### 2.0.5 (Released 2026/05/20) +* [Feature] Support escaped pipe (`\|`) and other escape sequences in Gherkin table cells (issue #81) by @deyanp +* [Fix] Fix FAKE build to accept command-line arguments (issue #79) by @mchaloupka + #### 2.0.4 (Released 2026/01/20) * [Feature] Add support for Gherkin Rule keyword (issue #74) by @onurgumus