From c1028603ec0e95b0e944332685d65ef0e0a3cf52 Mon Sep 17 00:00:00 2001 From: Luke Hill Date: Wed, 24 Jul 2024 11:38:05 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd2f2438..5b5f947c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ## [Unreleased] ### Added - (i18n) Added Gujarati translation for "Rule" ([#249](https://github.com/cucumber/gherkin/pull/249)) +- [Ruby] Skeleton to begin technical refactor of internals ([#259](https://github.com/cucumber/gherkin/pull/259)) ### Fixed - [.NET] Provide informative exception for trailing escapes in tables ([#245](https://github.com/cucumber/gherkin/pull/245)) @@ -22,6 +23,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### Changed - [Java, JavaScript, PHP, Go, Ruby] Upgraded messages to v25 +- [Ruby] Update minimum ruby requirement from 2.5 to 3.0 ([#259](https://github.com/cucumber/gherkin/pull/259)) ## [28.0.0] - 2024-02-15 ### Added