Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SCons/scons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2023-10-18 00:46:48 +0300
committerMats Wichmann <mats@linux.com>2023-10-18 00:46:48 +0300
commitac5d1398b2658a1ab9e0c278b637175e026c6773 (patch)
treec4fc6bb9b73a64a8d550a232aa9d5bbfb9f4cb36 /RELEASE.txt
parent2bfab82c0d902ce36bd67e950308d4dcc5b6afac (diff)
Add support for Java 21
Released in Sept 2023 - LTS version. Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 764cc4093..c0925bb5e 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -78,6 +78,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
although the preferred usage remains to import from SCons.Util only.
Any code that did the direct import will have to change to import from
SCons.Util.sctypes.
+- Add JDK 21 LTS support
FIXES
-----