From f00e05cde54651073f288fd0df6c0d344fc72ead Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 24 May 2024 12:48:02 +0200 Subject: [PATCH] Add quotes --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6359a162..d134c405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,9 +14,9 @@ include that SDK. 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 + - Emscripten: `crypto_aead_aegis*()` functions are now exported in JavaScript builds - - Emscripten: unsupported --memory-init-file option has been removed. + - 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, iOS, TvOS and Catalyst.