+7
-3
README.md
+7
-3
README.md
···
36
37
## Development Status
38
39
+
Mostly complete. API changes are possible, particularly for patch application,
40
+
but I expect the parsing interface and types to remain stable.
41
+
42
+
Patch parsing and strict application are well-covered by unit tests and the
43
+
library is used in a production application that parses and applies thousands of
44
+
patches every day, but the space of all possible patches is large, so there are
45
+
likely undiscovered bugs.
46
47
## Why another git/unified diff parser?
48