Skip to content

Commit

Permalink
chore: release notes update
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszykov committed Oct 5, 2023
1 parent 5340147 commit 035f585
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<TargetFrameworks>$(NetTargetPlatforms);</TargetFrameworks>
<Description>Type conversion provider.</Description>
<PackageReleaseNotes>
# 3.2.2
fix: fixed ParameterInfo.GetCustomAttributes throws IndexOutOfRangeException for Linux

# 3.2.1
fix: changed AOT implementation of EnumConversion to use direct unboxing of numeric values into/from Enum values. This is kinda hacky, but gives better perfomance.
feature: allow to register safe conversion functions (like TryParse, TryConvert, TryCreate) with `CustomConversion{T1,T2}` or via `ICustomConversionRegistry.RegisterConversion`
Expand Down

0 comments on commit 035f585

Please sign in to comment.