Update changes.xml
This commit is contained in:
parent
0e6f9c4f79
commit
3760ad0838
|
@ -46,9 +46,13 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
</properties>
|
||||
<body>
|
||||
<release version="3.14.1" date="202Y-MM-DD" description="New features and bug fixes (Java 8 or above).">
|
||||
<!-- FIX -->
|
||||
<action type="fix" dev="ggregory" due-to="Miklós Karakó, Gary Gregory">Improve Javadoc in ExceptionUtils #1136.</action>
|
||||
<action type="fix" dev="ggregory" due-to="Saiharshith Karuneegar Ramesh, Gary Gregory">Fixed two non-deterministic tests in EnumUtilsTest.java #1131.</action>
|
||||
<action issue="LANG-1721" type="fix" dev="ggregory" due-to="Arthur Chan, Gary Gregory">Fix wrong number check that cause StringIndexOutOfBoundsException #1140.</action>
|
||||
<action type="fix" dev="ggregory" due-to="Paranoïd User">Minor grammar fixes #1143.</action>
|
||||
<!-- REMOVE -->
|
||||
<action type="remove" dev="ggregory" due-to="Paranoïd User">Drop obsolete JDK 13 Maven profile #1142.</action>
|
||||
</release>
|
||||
<release version="3.14.0" date="2023-11-18" description="New features and bug fixes (Java 8 or above).">
|
||||
<!-- FIX -->
|
||||
|
|
Loading…
Reference in New Issue