Skip to content

Commit 39a4845

Browse files
committed
Add section for 1.11.1
1 parent bb103be commit 39a4845

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/changes/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,15 @@
303303
<!-- UPDATE -->
304304
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 78 to 81.</action>
305305
</release>
306+
<release version="1.11.1" date="YYYY-MM-DD" description="This is a maintenance release and requires Java 8.">
307+
<!-- FIX -->
308+
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix typo in exception message throws from org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object, String, String, Object).</action>
309+
<!-- ADD -->
310+
<!-- UPDATE -->
311+
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 84 to 85.</action>
312+
<!-- REMOVE -->
313+
<action dev="ggregory" type="remove" due-to="Gary Gregory">Remove pre-Java 1.4 code that will never run since we are on Java 8 or greater.</action>
314+
</release>
306315
<release version="1.10.0" date="2024-12-26" description="This is a maintenance release and requires Java 8.">
307316
<!-- FIX -->
308317
<action type="fix" issue="BEANUTILS-541" dev="ggregory" due-to="Sergey Chernov">FluentPropertyBeanIntrospector caches corrupted writeMethod (backport to 1.x) #69.</action>

0 commit comments

Comments
 (0)