From 4b99af5ebf9fb973c18ba73aef8a3516fb61d8a0 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Wed, 29 May 2024 14:21:08 -0400 Subject: [PATCH] Add null-safe Consumers.accept() and Functions.apply() #1215 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) 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.