diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f2f5adcaa..73ddff648 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -99,6 +99,7 @@ The type attribute can be add,update,fix,remove. Deprecate getNanosOfMiili() method with typo and create proper getNanosOfMilli() #940. Deprecate ThreadUtils code that defines custom function interfaces in favor of stock java.util.function.Predicate usage. Fix links in Javadoc and documentation #926. + Deprecate RandomUtils in favor of Apache Commons RNG UniformRandomProvider #942. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).