From 05131383a1ded07cb5118b20f8b89a57ae5ba8ad Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Sat, 23 Sep 2023 16:06:11 +0200 Subject: [PATCH] Update readme and fix chanelog typos --- CHANGELOG.md | 4 ++-- README.md | 36 ++++++++++++++++-------------------- 2 files changed, 18 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21377a..7df26d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ ## Descriptive changelog (All dates are DD.MM.YYYY) -#### 0.9.1-SNAPSHO - current development snapshot +#### 0.9.1-SNAPSHOT - current development snapshot -#### 0.9.0-SNAPSHOT - 23.9.2023 +#### 0.9.0 - 23.9.2023 - Breaking changes: - PasswordHash.str now returns String - PasswordHash.strNeedsRehash and PasswordHash.strVerify now take String type for `passwordHash` parameter diff --git a/README.md b/README.md index 7bc82df..9f5ad8c 100644 --- a/README.md +++ b/README.md @@ -120,26 +120,22 @@ At the moment you should refer to original libsodium documentation for instructi Currently supported native platforms (Apple Silicon is supported since 0.8.5) : -|Platform| Supported | -|--------|------------------| -|Linux X86 64| :heavy_check_mark: | -|Linux Arm 64| :heavy_check_mark: | -|Linux Arm 32| :x: | -|macOS X86 64| :heavy_check_mark: | -|macOS Arm 64 (Apple Silicon)| :heavy_check_mark: | -|iOS x86 64 | :heavy_check_mark: | -|iOS Arm 64 | :heavy_check_mark: | -|iOS Arm 32 | :heavy_check_mark: | -|iOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | -|watchOS X86 32 | :heavy_check_mark: | -|watchOS Arm 64(_32) | :heavy_check_mark: | -|watchOS Arm 32 | :heavy_check_mark: | -|watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | -|tvOS X86 64 | :heavy_check_mark: | -|tvOS Arm 64 | :heavy_check_mark: | -|tvOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | -|minGW X86 64| :heavy_check_mark: | -|minGW X86 32| :x: | +|Platform| Supported | +|--------|--------------------| +|Linux X86 64| :heavy_check_mark: | +|Linux Arm 64| :heavy_check_mark: | +|macOS X86 64| :heavy_check_mark: | +|macOS Arm 64 (Apple Silicon)| :heavy_check_mark: | +|iOS x86 64 | :heavy_check_mark: | +|iOS Arm 64 | :heavy_check_mark: | +|iOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | +|watchOS Arm 64(_32) | :heavy_check_mark: | +|watchOS Arm 32 | :heavy_check_mark: | +|watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | +|tvOS X86 64 | :heavy_check_mark: | +|tvOS Arm 64 | :heavy_check_mark: | +|tvOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | +|minGW X86 64| :heavy_check_mark: | [List of supported bindings (outdated)](https://github.com/ionspin/kotlin-multiplatform-crypto/blob/master/supported_bindings_list.md) ### Where do the compiled libraries used by JVM and Android come from