Skip to content

Commit

Permalink
Update changelog for release: v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed May 24, 2024
1 parent d5969f8 commit a424d0f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0-rc1] - 2024-05-23

### Fixed

- Doc comments for structs/packets are now properly parsed and generated from the source XML.
- Nested structures are now properly initialized to their default value; resolves crash bug during attempts to deserialize default-initialized packets.

## [1.0.0-beta4] - 2024-05-16

### Fixed
Expand Down Expand Up @@ -44,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Data encryption
- Packet sequencing

[Unreleased]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta4...HEAD
[1.0.0-beta4]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta2...v1.0.0-beta3
[Unreleased]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-rc1...HEAD
[1.0.0-rc1]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta4...v1.0.0-rc1
[1.0.0-beta4]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta3...v1.0.0-beta4
[1.0.0-beta3]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta2...v1.0.0-beta3
[1.0.0-beta2]: http://github.com/ethanmoffat/eolib-dotnet/compare/v1.0.0-beta1...v1.0.0-beta2

0 comments on commit a424d0f

Please sign in to comment.