From 7e459d08b585b69698d5ae8ff00ca0d9c0761c93 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Thu, 25 Jul 2024 19:39:55 -0400 Subject: [PATCH] Add RandomStringUtils.insecure() - Add RandomStringUtils.insecure() - Add RandomStringUtils.secure() --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 15c1a958b..8f96ce2bc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,8 @@ The type attribute can be add,update,fix,remove. Add StopWatch.getDuration() and deprecate getTime(). Add Javadoc links from StopWatch to DurationUtils #1249. Add LangCollectors.collect(Collector, T...). + Add RandomStringUtils.secure(). + Add RandomStringUtils.insecure().