diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 878007a9b..30d88df81 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,7 @@ The type attribute can be add,update,fix,remove. Add SystemProperties.getJavaSpecificationVersion(Supplier<String>). Add SystemProperties constants and methods for system properties as of Java 22. Add MethodUtils.getMethodObject(Class, String, Class...). + Add null-safe Consumers.accept() and Functions.apply() #1215. Improve Javadoc in ExceptionUtils #1136. Fixed two non-deterministic tests in EnumUtilsTest.java #1131.