From 0ab78f2fe8867ac879633ed7dcd5ebbdc10dcb7a Mon Sep 17 00:00:00 2001 From: Imbyungjun Date: Tue, 27 Feb 2024 14:51:10 +0900 Subject: [PATCH] Update release note (#1005) --- RELEASE-NOTE.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTE.md b/RELEASE-NOTE.md index a85d165ad..cfb480dc0 100644 --- a/RELEASE-NOTE.md +++ b/RELEASE-NOTE.md @@ -1,8 +1,11 @@ 3.5.9 (2023.02.28) ================= - Changes - - Fix security vulnerabilities - - Bump base JDK version up to 11 + - Fix security vulnerabilities + - Bump base JDK version up to 11 +- Bug fix + - #998 Fix failing to call mvn and gradle command in Windows + - #1004 Fix script validation error in docker env 3.5.8 (2022.12.30) =================