Skip to content

Commit 43151fd

Browse files
committed
VERSIONING.md guide updated.
1 parent be2098c commit 43151fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VERSIONING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This ensures the SDK remains reliable and accurate for production usage.
7777

7878
### 4.1 Minimum Java Version Changes
7979

80-
Increasing the **minimum supported Java version** (e.g., Java 11 → Java 21) is always treated as a **MAJOR** version change. Such a change breaks compilation and runtime compatibility for existing users and therefore constitutes a breaking API change.
80+
Increasing the **minimum supported Java version** (e.g., Java 11 → Java 21) is always treated as a **MAJOR** version change. Such a change may break compilation and runtime compatibility for existing users and therefore constitutes a breaking API change.
8181

8282
### 4.2 Dependency Upgrade Policy
8383

0 commit comments

Comments
 (0)