File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ All credit for the implementation goes to original authors.
13
13
14
14
## Features
15
15
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:
17
17
18
+ - fuzzy patches
18
19
- 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
20
21
21
22
Please refer to the original guides for more information.
22
23
@@ -29,8 +30,10 @@ Currently, artifacts for the following platforms are supported:
29
30
- WebAssembly (JS and WASI)
30
31
- Native
31
32
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 ] ):
33
34
34
35
| Tier 1 | Tier 2 | Tier 3 |
35
36
| :---------| :---------| :---------|
36
37
| macosX64 | linuxX64 | mingwX64 |
38
+
39
+ [ 1 ] : https://kotlinlang.org/docs/native-target-support.html
You can’t perform that action at this time.
0 commit comments