From 1575e0c4ef9322a5685ff76bd40b53363a98799e Mon Sep 17 00:00:00 2001 From: Billy Keyes Date: Sat, 1 Oct 2022 14:50:12 -0700 Subject: [PATCH] Remove warning about apply API changes --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01e8d2d..e5fe24f 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,9 @@ if err := gitdiff.Apply(&output, code, files[0]); err != nil { ## Development Status -The parsing API and types are complete and I expect will remain stable. As of -March 2022, I am refactoring the apply API to address existing issues and to -support non-strict application. Version 0.6.1 is the last release using the old -API and the `master` branch may contain breaking changes. Please use a release -version to avoid surprises. +The parsing API and types are complete and I expect will remain stable. Version +0.7.0 introduced a new apply API that may change more in the future to support +non-strict patch application. Parsing and strict application are well-covered by unit tests and the library is used in a production application that parses and applies thousands of