From 3ee834336743a3a6c8fe791b76373e315513510f Mon Sep 17 00:00:00 2001 From: Anton Johansson Date: Mon, 29 Sep 2025 15:43:09 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1197eaed15..c294a7fbf0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ See the wiki page and documentation [here](https://github.com/kubernetes-client/ ## Release -Starting from `20.0.0` (Kubernetes 1.28), `client-java-api` was introduced non-backward-compatible changes. Optional +Starting from `20.0.0` (Kubernetes 1.28), `client-java-api` has introduced non-backward-compatible changes. Optional parameters are now consolidated into a single object, and Java8 support has been removed. For Java8 users or those preferring the old SDK interface, a legacy SDK module version is available with a "-legacy" suffix, like `20.0.0-legacy`.