添加1.2.4-RC3更新日志

This commit is contained in:
makejava 2020-09-23 11:51:23 +08:00
parent 5401a8563f
commit f497bf6907
2 changed files with 8 additions and 1 deletions

View File

@ -25,7 +25,7 @@ apply plugin: 'java'
apply plugin: 'org.jetbrains.intellij'
group 'com.sjhy'
version '1.2.4-RC2'
version '1.2.4-RC3'
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

View File

@ -20,6 +20,13 @@
<change-notes><![CDATA[
<p>1.2.4-RC3</p>
<ul>
<li>1.Fix known bugs</li>
</ul>
<ul>
<li>1.修复已知BUG</li>
</ul>
<p>1.2.4-RC2</p>
<ul>
<li>1.Fix the incorrect configuration information of some user prompt tables</li>