Clarifies Java platform requirement
This commit is contained in:
parent
60cc3391c0
commit
0838225321
|
@ -34,7 +34,7 @@ Apache Commons Lang, a package of Java utility classes for the
|
|||
classes that are in java.lang's hierarchy, or are considered to be so
|
||||
standard as to justify existence in java.lang.
|
||||
|
||||
New features and bug fixes (Java 8).
|
||||
New features and bug fixes (Java 8 or above).
|
||||
|
||||
Changes in this version include:
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="3.14.0" date="202Y-MM-DD" description="New features and bug fixes (Java 8).">
|
||||
<release version="3.14.0" date="202Y-MM-DD" description="New features and bug fixes (Java 8 or above).">
|
||||
<!-- FIX -->
|
||||
<action type="fix" dev="ggregory" due-to="remeio">Rename variable names from 'clss' to 'clazz' #1087.</action>
|
||||
<action type="fix" dev="ggregory" due-to="remeio">[Javadoc] ComparableUtils'c1' to 'comparable1', 'c2' to '</action>
|
||||
|
@ -84,7 +84,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.easymock:easymock from 5.1.0 to 5.2.0 #1104.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-text from 1.10.0 to 1.11.0.</action>
|
||||
</release>
|
||||
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">
|
||||
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8 or above).">
|
||||
<!-- FIX -->
|
||||
<action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to recognize hex integers prefixed with +.</action>
|
||||
<action issue="LANG-1646" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to return requested floating point type for zero.</action>
|
||||
|
@ -286,7 +286,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">Bump commons.pmd-impl.version from 6.49.0 to 6.51.0 #961.</action>
|
||||
</release>
|
||||
|
||||
<release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">
|
||||
<release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8 or above).">
|
||||
<!-- FIX -->
|
||||
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action>
|
||||
<action issue="LANG-1600" type="fix" dev="ggregory" due-to="Michael F">Restore handling of collections for non-JSON ToStringStyle #610.</action>
|
||||
|
@ -364,7 +364,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action type="update" dev="ggregory" due-to="Arturo Bernal">Use own validator ObjectUtils.anyNull to check null String input #718.</action>
|
||||
<action type="update" dev="kinow" due-to="Dependabot">Bump commons-parent from 52 to 53 #885.</action>
|
||||
</release>
|
||||
<release version="3.11" date="2020-07-12" description="New features and bug fixes (Java 8).">
|
||||
<release version="3.11" date="2020-07-12" description="New features and bug fixes (Java 8 or above).">
|
||||
<action type="update" dev="chtompki" due-to="Jin Xu">Refine test output for FastDateParserTest</action>
|
||||
<action issue="LANG-1549" type="update" dev="chtompki" due-to="Jin Xu">CharSequenceUtils.lastIndexOf : remake it</action>
|
||||
<action type="update" dev="kinow" due-to="XenoAmess">remove encoding and docEncoding and use inherited values from commons-parent</action>
|
||||
|
|
Loading…
Reference in New Issue