1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Update ChangeLog

This commit is contained in:
Frank Denis 2024-04-27 23:39:29 +02:00
parent ef9ad0c041
commit 18091f3258

View File

@ -8,6 +8,15 @@ include that SDK.
- `crypto_kdf_hkdf_sha512_statebytes()` was added.
- When using Visual Studio, runtime CPU feature detection is now enabled
on Windows/aarch64.
- There were issues with C++ guards affecting usage of libsodium
using Swift on Windows. This has been fixed.
- Emscripten: crypto_aead_aegis*() functions are now exported in
JavaScript builds
- Emscripten: unsupported --memory-init-file option has been removed.
- apple-xcframework: the minimal deployment target can be set to iOS 11+.
- .NET packages now include precompiled libraries for Windows/arm64.
- .NET precompiled libraries now work on any CPUs, using only runtime
feature detection.
* Version 1.0.19
This release includes all the changes from 1.0.18-stable, as well as two