From 09b8db6563986ddba5883c048328a8e53c456065 Mon Sep 17 00:00:00 2001 From: Steve Rao Date: Sat, 14 Dec 2024 12:27:12 +0800 Subject: [PATCH] Update VERSIONING.md (#6942) Co-authored-by: Trask Stalnaker --- VERSIONING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSIONING.md b/VERSIONING.md index ad599963e02..d7566cacff4 100644 --- a/VERSIONING.md +++ b/VERSIONING.md @@ -18,7 +18,7 @@ changes are: reordering parameters, adding a method to an interface or abstract class without adding a default implementation. -- ABI changes that could require code using the artifact to be recompiled, but not changed, e.g., +- [ABI](https://wikipedia.org/wiki/Application_binary_interface) changes that could require code using the artifact to be recompiled, but not changed, e.g., changing the return type of a method from `void` to non-`void`, changing a `class` to an `interface`. The [JLS](https://docs.oracle.com/javase/specs/jls/se7/html/jls-13.html) has more information on what constitutes compatible changes.