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
commit 2f3361d9d6d46fe296287cbce2cafe1807e01aac Author: Gary Gregory <[email protected]> AuthorDate: Sun Jan 18 08:51:57 2026 -0500 Better action descriptions --- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c99e06c52..0d9a02b98 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,9 +77,9 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix race condition in Fraction.hashCode().</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix race condition in Range.hashCode().</action> <action type="fix" dev="ggregory" due-to="Gary Gregory, Akshat_Agg">Document safer deserialization option in Javadoc for SerializationUtils.</action> - <action issue="LANG-1729" type="fix" dev="ggregory" due-to="Gary Gregory, Andrei Anischevici, Akshat_Agg">NumberUtils.isParsable() returns true for full width Unicode digits for inputs with a decimal point.</action> + <action issue="LANG-1729" type="fix" dev="ggregory" due-to="Gary Gregory, Andrei Anischevici, Akshat_Agg">NumberUtils.isParsable(String) returns true for full width Unicode digits for inputs with a decimal point.</action> <action issue="LANG-1803" type="fix" dev="ggregory" due-to="IcoreE">Fix incorrect method invocation in ObjectUtilsTest and Javadoc reference in RandomStringUtils.</action> - <action issue="LANG-1695" type="fix" dev="ggregory" due-to="Guillaume Nodet, Harshit Goel, Gary Gregory">Allow trailing decimal point in NumberUtils.isParsable #1531.</action> + <action issue="LANG-1695" type="fix" dev="ggregory" due-to="Guillaume Nodet, Harshit Goel, Gary Gregory">Allow trailing decimal point in NumberUtils.isParsable(String) #1531.</action> <action issue="LANG-1804" type="fix" dev="ggregory" due-to="IcoreE, Gary Gregory">Fix CharSet#getInstance returns null instead of EMPTY when input setStrs is null #1530.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Speedup CharSequenceUtils.toCharArray(CharSequence) for StringBuilder input: 160-205% improvement (2-3x faster), see CharSequenceUtilsBenchmark.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Speedup CharSequenceUtils.toCharArray(CharSequence) for StringBuffer input: 300-4,250% improvement (4-44x faster), see CharSequenceUtilsBenchmark.</action>
