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-jelly.git
commit 1ac3380da1ead1f856740ded7db26bb1360fa835 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 23 15:28:17 2023 -0400 Deprecate NestedRuntimeException for RuntimeException --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b5de9188..e0ead26a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -47,6 +47,11 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.1.0" date="YYYY-MM-DD" description="Java 8 required."> + <!-- ADD --> + <!-- FIX --> + <action type="fix" due-to="ggregory">Deprecate NestedRuntimeException for RuntimeException.</action> + <action type="fix" due-to="ggregory">Deprecate NestedRuntimeException for RuntimeException.</action> + <!-- UPDATE --> <action type="update" due-to="ggregory">Bump Java from 7 to 8.</action> <action type="update" due-to="ggregory">Bump commons-parent from 42 to 58.</action> </release>