From 73a03b659e44147c5cf1517b6e673ce143eea3da Mon Sep 17 00:00:00 2001 From: Romfos Date: Fri, 9 Aug 2024 13:40:52 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11733fca8..0bc2756e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,6 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt ### 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)) -- [.NET] Drop unsupported frameworks. Now supported target frameworks are .NET 8, .NET Framework 4.6.2, .NET Standard 2.0 ### Fixed - [.NET] Provide informative exception for trailing escapes in tables ([#245](https://github.com/cucumber/gherkin/pull/245)) @@ -25,6 +24,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)) +- [.NET] Drop unsupported frameworks. Now supported target frameworks are .NET 8, .NET Framework 4.6.2, .NET Standard 2.0 ## [28.0.0] - 2024-02-15 ### Added