diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 26b6aeadf..3e8d03abf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -74,6 +74,7 @@ The type attribute can be add,update,fix,remove. Moditect plugin generates split package warnings. LocaleUtils.availableLocaleSet() uses predictable iteration order. SerializationUtils.clone(Object) throws ClassCastException when called with a Serializable lambda. + [StringUtils::indexOfAnyBut] redesign due to inconsistent/faulty behavior regarding UTF-16 surrogates #1327. Add Strings and refactor StringUtils. Add StopWatch.run([Failable]Runnable) and get([Failable]Supplier).