This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 2b86afb4d LANG-1638: Added docs regarding week year support #924
2b86afb4d is described below
commit 2b86afb4d467db66e9e29fbae62d77dd79654983
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 27 14:44:56 2022 -0400
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 <action> type attribute can be add,update,fix,remove.
<action type="fix" dev="ggregory" due-to="Gary
Gregory">Deprecate ThreadUtils code that defines custom function interfaces in
favor of stock java.util.function.Predicate usage.</action>
<action type="fix" dev="ggregory" due-to="Marc
Wrobel">Fix links in Javadoc and documentation #926.</action>
<action issue="LANG-1604" type="fix" dev="ggregory" due-to="Gilles
Sadowski, Maksym Bohachov, Gary Gregory">Deprecate RandomUtils in favor of
Apache Commons RNG UniformRandomProvider #942.</action>
+ <action issue="LANG-1638" type="fix" dev="ggregory" due-to="Shailendra
Soni, Michael Osipov, Arun Avanathan, Andrew Thomas, Bruno P. Kinoshita, Gary
Gregory">Added docs regarding week year support #924.</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add GitHub coverage.yml.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>