Skip to content

Commit 1575e0c

Browse files
committed
Remove warning about apply API changes
1 parent 03daf96 commit 1575e0c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ if err := gitdiff.Apply(&output, code, files[0]); err != nil {
3636

3737
## Development Status
3838

39-
The parsing API and types are complete and I expect will remain stable. As of
40-
March 2022, I am refactoring the apply API to address existing issues and to
41-
support non-strict application. Version 0.6.1 is the last release using the old
42-
API and the `master` branch may contain breaking changes. Please use a release
43-
version to avoid surprises.
39+
The parsing API and types are complete and I expect will remain stable. Version
40+
0.7.0 introduced a new apply API that may change more in the future to support
41+
non-strict patch application.
4442

4543
Parsing and strict application are well-covered by unit tests and the library
4644
is used in a production application that parses and applies thousands of

0 commit comments

Comments
 (0)