From 322e7eb0087b46a5fa3d5fb8b0818f5714b3bd0a Mon Sep 17 00:00:00 2001 From: Sherwin Varghese <141290943+Sherwin-14@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:46:07 +0530 Subject: [PATCH] Updated with a minor change for fixing backwards incompatible changes Co-authored-by: Matt Fisher --- docs/user_guide/backwards-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/backwards-compatibility.md b/docs/user_guide/backwards-compatibility.md index cb8ab78e..7a727bb2 100644 --- a/docs/user_guide/backwards-compatibility.md +++ b/docs/user_guide/backwards-compatibility.md @@ -29,7 +29,7 @@ We will follow SemVer. All version changes will consider [this](https://example. ### Fixing Backwards Incompatible Changes -1. We will plan to fix any backwards incompatible changes in non-major releases. +1. We will plan to fix any backwards incompatible changes in non-major releases _or_ re-release with a major version bump. 2. We cannot guarantee developers will be available to complete this work alongside other priorities.