Skip to content

Commit

Permalink
Add Native AOT to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeApophis committed Apr 29, 2024
1 parent 00dcf05 commit 46246f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Funcky adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

This update is mainly to update to .NET 8 but also has several smaller improvements.

### Native AOT

Both Funcky and Funcky.Async have been annotated to be compatible with [Native AOT](https://learn.microsoft.com/en-gb/dotnet/core/deploying/native-aot).
The only exception is `OptionJsonSerializer` which is not compatible with Native AOT.

### .NET 8

We use the new C#12 and .NET features in the code, and expose new features through our API.
Expand Down

0 comments on commit 46246f4

Please sign in to comment.