Add RandomStringUtils.insecure()
- Add RandomStringUtils.insecure() - Add RandomStringUtils.secure()
This commit is contained in:
parent
c95ee37dff
commit
7e459d08b5
|
@ -59,6 +59,8 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add StopWatch.getDuration() and deprecate getTime().</action>
|
||||
<action type="add" dev="ggregory" due-to="Oliver B. Fischer, Gary Gregory">Add Javadoc links from StopWatch to DurationUtils #1249.</action>
|
||||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add LangCollectors.collect(Collector, T...).</action>
|
||||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add RandomStringUtils.secure().</action>
|
||||
<action type="add" dev="ggregory" due-to="Gary Gregory">Add RandomStringUtils.insecure().</action>
|
||||
<!-- UPDATE -->
|
||||
</release>
|
||||
<release version="3.15.0" date="2024-07-13" description="New features and bug fixes (Java 8 or above).">
|
||||
|
|
Loading…
Reference in New Issue