From c054d16b5761768dcd2991dba8382e2edf193547 Mon Sep 17 00:00:00 2001 From: Romain Grecourt Date: Mon, 16 Oct 2023 11:16:39 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d39772e22..0bdd67f0869 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This is the second RC build of Helidon 4.0.0 and is intended as a preview releas The big news in Helidon 4.0.0 is the introduction of Helidon Nima -- a ground up webserver implementation based on JDK Project Loom virtual threads. With Helidon 4 you get the high throughput of a reactive server with the simplicity of thread-per-request style programming. -Java 21 is required to use Helidon 4.0.0-RC1. +Java 21 is required to use Helidon 4.0.0-RC2. ### CHANGES