This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
commit fdbf737d513f640f19666ce22048ce0cca72203f Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 22 16:16:38 2026 -0400 Record element type of first element in LazyDynaList.transform (#434). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6ad9065..74a2ccae 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,7 @@ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Suppress case variants of mapped names in isPropertySuppressed (#431).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reject negative index values in DefaultResolver.getIndex (#432).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Floor pre-epoch Timestamp seconds in DateTimeConverter.convertToType (#433).</action> + <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Record element type of first element in LazyDynaList.transform (#434).</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Use varargs for org.apache.commons.beanutils2.MethodUtils.getAccessibleMethod(Class, String, Class...), and remove last argument variants using Class[] and Class.</action> <action type="add" dev="ggregory" due-to="SethFalco, Melloware, Gary Gregory">Add Instant converter and improve enum converter #49.</action>
