Skip to content

Commit f3d1caf

Browse files
committed
docs: update readme
1 parent 743edaa commit f3d1caf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ All credit for the implementation goes to original authors.
1313

1414
## Features
1515

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

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

2122
Please refer to the original guides for more information.
2223

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

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

3435
| Tier 1 | Tier 2 | Tier 3 |
3536
|:---------|:---------|:---------|
3637
| macosX64 | linuxX64 | mingwX64 |
38+
39+
[1]: https://kotlinlang.org/docs/native-target-support.html

0 commit comments

Comments
 (0)