From 2334d082fed18858b707aae6498e84e747b03cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=B5=E5=90=9B=20Nianjun=20Sun?= Date: Fri, 13 Oct 2023 20:28:11 +0800 Subject: [PATCH] Refactor : refactor the release note --- RELEASE-NOTES.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 7af6a918c3..88b720f403 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,18 @@ +## 3.0.4 + +## Dependencies Upgrade +1. Update dependencies to avoid CVE + +## Enhancements +1. Support for building with OpenJDK 21 +2. Accelerate the startup speed of ElasticJob +3. Migrate from Junit Vintage to Junit Jupiter + +### Change Logs + +1. [MILESTONE 3.0.4](https://github.com/apache/shardingsphere-elasticjob/milestone/9) + + ## 3.0.3 ### Bug Fixes