From 2b86afb4d467db66e9e29fbae62d77dd79654983 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 27 Aug 2022 14:44:56 -0400 Subject: [PATCH] LANG-1638: Added docs regarding week year support #924 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 921a90e7e..c411c6ca0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -100,6 +100,7 @@ The type attribute can be add,update,fix,remove. 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. + Added docs regarding week year support #924. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).