Skip to content

Commit

Permalink
Fix links in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkorstanje authored Sep 12, 2024
1 parent d1dd70d commit 6b4baae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ 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. [clrudolphi]

- [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])
### Changed
- [Go] Switch to Google's UUID module ([#251](https://github.com/cucumber/messages/pull/251)
- [Go] Switch to Google's UUID module ([#251](https://github.com/cucumber/messages/pull/251))

## [26.0.0] - 2024-08-15
### Added
- [Dotnet] Added support classes aligned with what is provided for the Java implementation (https://github.com/cucumber/messages/pull/233 [clrudolphi](https://github.com/clrudolphi))
- [Dotnet] Added support classes aligned with what is provided for the Java implementation ([#233](https://github.com/cucumber/messages/pull/233) [clrudolphi](https://github.com/clrudolphi))

### Changed
- **Internal breaking change** The code generation has undergone a large refactor (No visible changes expected). All new code
Expand Down

0 comments on commit 6b4baae

Please sign in to comment.