Add RandomStringUtils.insecure()

- Add RandomStringUtils.insecure()
- Add RandomStringUtils.secure()
This commit is contained in:
Gary Gregory 2024-07-25 19:39:55 -04:00 committed by GitHub
parent c95ee37dff
commit 7e459d08b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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).">