File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 2424 <PackageReadmeFile >README.md</PackageReadmeFile >
2525 <PackageReleaseNotes >
2626 <![CDATA[
27+ # 5.0.0
28+
29+ ## Breaking changes
30+ - TryDecode/TryEncode methods no longer throw
31+ - Base85 methods with `Ipv6` in them renamed to `IPv6` to match with .NET
32+ - `numBytesWritten` parameters have all been renamed to `bytesWritten` to match with .NET
33+ - The target framework was changed to .NET 8.0 around 4.2.0, but the version change did not
34+ reflect that breaking change, although in practice it shouldn't cause many issues.
35+
36+ ## New features
37+ - Base62
38+ - Base45
39+ - Multibase now supports Base45
40+ - Base32 now has a non-throwing `TryDecodeUInt64()` method
41+
42+ ## Improvements
43+ - `Multibase.Encode()` now allocates less memory
2744
2845]]>
2946 </PackageReleaseNotes >
You can’t perform that action at this time.
0 commit comments