Update readme and fix chanelog typos

This commit is contained in:
Ugljesa Jovanovic 2023-09-23 16:06:11 +02:00
parent 6c12ce766a
commit 05131383a1
No known key found for this signature in database
GPG Key ID: 5884AC34A0EC67DB
2 changed files with 18 additions and 22 deletions

View File

@ -1,9 +1,9 @@
## Descriptive changelog ## Descriptive changelog
(All dates are DD.MM.YYYY) (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: - Breaking changes:
- PasswordHash.str now returns String - PasswordHash.str now returns String
- PasswordHash.strNeedsRehash and PasswordHash.strVerify now take String type for `passwordHash` parameter - PasswordHash.strNeedsRehash and PasswordHash.strVerify now take String type for `passwordHash` parameter

View File

@ -121,17 +121,14 @@ At the moment you should refer to original libsodium documentation for instructi
Currently supported native platforms (Apple Silicon is supported since 0.8.5) : Currently supported native platforms (Apple Silicon is supported since 0.8.5) :
|Platform| Supported | |Platform| Supported |
|--------|------------------| |--------|--------------------|
|Linux X86 64| :heavy_check_mark: | |Linux X86 64| :heavy_check_mark: |
|Linux Arm 64| :heavy_check_mark: | |Linux Arm 64| :heavy_check_mark: |
|Linux Arm 32| :x: |
|macOS X86 64| :heavy_check_mark: | |macOS X86 64| :heavy_check_mark: |
|macOS Arm 64 (Apple Silicon)| :heavy_check_mark: | |macOS Arm 64 (Apple Silicon)| :heavy_check_mark: |
|iOS x86 64 | :heavy_check_mark: | |iOS x86 64 | :heavy_check_mark: |
|iOS Arm 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: | |iOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|watchOS X86 32 | :heavy_check_mark: |
|watchOS Arm 64(_32) | :heavy_check_mark: | |watchOS Arm 64(_32) | :heavy_check_mark: |
|watchOS Arm 32 | :heavy_check_mark: | |watchOS Arm 32 | :heavy_check_mark: |
|watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | |watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
@ -139,7 +136,6 @@ Currently supported native platforms (Apple Silicon is supported since 0.8.5) :
|tvOS Arm 64 | :heavy_check_mark: | |tvOS Arm 64 | :heavy_check_mark: |
|tvOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: | |tvOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|minGW X86 64| :heavy_check_mark: | |minGW X86 64| :heavy_check_mark: |
|minGW X86 32| :x: |
[List of supported bindings (outdated)](https://github.com/ionspin/kotlin-multiplatform-crypto/blob/master/supported_bindings_list.md) [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 ### Where do the compiled libraries used by JVM and Android come from