This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git

commit 1fd9f6c90921e1c5bb9a0dfeb7f8e87eb3f6d059
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 26 17:44:52 2026 +0000

    Reject out-of-range long and float values in NumberConverter (1.X)
    (#405).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 09b355e0..912d7078 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,7 @@
       <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix malformed 
Javadoc comments.</action>
       <action dev="ggregory" type="fix" due-to="Dexter.k, Gary Gregory">Reject 
trailing characters in DecimalLocaleConverter.parse (1.X) (#400).</action>
       <action dev="ggregory" type="fix" due-to="Dexter.k, Gary 
Gregory">Preserve magnitude in BigInteger and BigDecimal locale converters 
(#403).</action>
+      <action dev="ggregory" type="fix" due-to="Dexter.k, Gary Gregory">Reject 
out-of-range long and float values in NumberConverter (1.X) (#405).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action dev="ggregory" type="update" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 84 to 102.</action>

Reply via email to