Update readme and fix chanelog typos
This commit is contained in:
parent
6c12ce766a
commit
05131383a1
@ -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
|
||||||
|
36
README.md
36
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) :
|
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 Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|
||||||
|iOS Arm 32 | :heavy_check_mark: |
|
|watchOS Arm 64(_32) | :heavy_check_mark: |
|
||||||
|iOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|
|watchOS Arm 32 | :heavy_check_mark: |
|
||||||
|watchOS X86 32 | :heavy_check_mark: |
|
|watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|
||||||
|watchOS Arm 64(_32) | :heavy_check_mark: |
|
|tvOS X86 64 | :heavy_check_mark: |
|
||||||
|watchOS Arm 32 | :heavy_check_mark: |
|
|tvOS Arm 64 | :heavy_check_mark: |
|
||||||
|watchOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|
|tvOS Simulator Arm 64 (Apple Silicon)| :heavy_check_mark: |
|
||||||
|tvOS X86 64 | :heavy_check_mark: |
|
|minGW 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: |
|
|
||||||
|
|
||||||
[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user