Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Sep 15, 2024
1 parent bbbaf33 commit d5c3d94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Fixed
- [Dotnet] Fixed code generation for types that accept List<T> as parameters. Constructors were not properly handling null input. ([#249](https://github.com/cucumber/messages/pull/249) [clrudolphi])

### Added
- [Dotnet] Run tests for .NET 8 + .NET Framework 4.6.2
- [Dotnet] Added editorconfig

### Changed
- [Go] Switch to Google's UUID module ([#251](https://github.com/cucumber/messages/pull/251))
- [Dotnet] Update target frameworks: .NET 8, .NET Standard 2.0
- [Dotnet] Adopt C# 12 syntax
- [Dotnet] Enable warnings as errors

## [26.0.0] - 2024-08-15
### Added
Expand Down

0 comments on commit d5c3d94

Please sign in to comment.