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