···36363737## Development Status
38383939-Mostly complete. API changes are possible, particularly for patch application,
4040-but I expect the parsing interface and types to remain stable.
3939+The parsing API and types are complete and I expect will remain stable. As of
4040+March 2022, I am refactoring the apply API to address existing issues and to
4141+support non-strict application. Version 0.6.1 is the last release using the old
4242+API and the `master` branch may contain breaking changes. Please use a release
4343+version to avoid surprises.
41444242-Patch parsing and strict application are well-covered by unit tests and the
4343-library is used in a production application that parses and applies thousands of
4444-patches every day, but the space of all possible patches is large, so there are
4545-likely undiscovered bugs.
4545+Parsing and strict application are well-covered by unit tests and the library
4646+is used in a production application that parses and applies thousands of
4747+patches every day. However, the space of all possible patches is large, so
4848+there are likely undiscovered bugs.
46494747-The parsing code has also had a modest amount of fuzz testing. I hope to continue
4848-this testing in the future.
5050+The parsing code has also had a modest amount of fuzz testing.
49515052## Why another git/unified diff parser?
5153