mirror of https://gitee.com/makejava/EasyCode.git
添加1.2.4-RC3更新日志
This commit is contained in:
parent
5401a8563f
commit
f497bf6907
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue