Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed May 20, 2024
1 parent 743edaa commit f3d1caf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ All credit for the implementation goes to original authors.

## Features

All features from version `4.10` of the original library are present, except for:
All features from version `4.12` of the original library are present, except for:

- fuzzy patches
- unified diff, which heavily uses file read/write and therefore needs a more complicated rewrite
- diff-utils-jgit, which uses JVM-only jgit library
- diff-utils-jgit, which uses JVM-only JGit

Please refer to the original guides for more information.

Expand All @@ -29,8 +30,10 @@ Currently, artifacts for the following platforms are supported:
- WebAssembly (JS and WASI)
- Native

The supported Native targets are (following the Kotlin/Native [target support guidelines](https://kotlinlang.org/docs/native-target-support.html)):
The supported Native targets are (following the Kotlin/Native [target support guidelines][1]):

| Tier 1 | Tier 2 | Tier 3 |
|:---------|:---------|:---------|
| macosX64 | linuxX64 | mingwX64 |

[1]: https://kotlinlang.org/docs/native-target-support.html

0 comments on commit f3d1caf

Please sign in to comment.