aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-11-17 00:42:26 -0500
committerGary Gregory <garydgregory@gmail.com>2021-11-17 00:42:26 -0500
commitf75f5b9373c0c9b8c3257642468e10a792afb6a4 (patch)
treee7c352dc79f04d98744edc56cd43c07139545c88 /src/changes
parent053e26316631cba49a47e697a7b66c4296824507 (diff)
downloadapache-commons-lang-f75f5b9373c0c9b8c3257642468e10a792afb6a4.tar.gz
Add MethodInvokers.
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c5e9c5b4..f938262f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add UncheckedReflectiveOperationException.</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add and use ClassUtils.isPublic(Class).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add UncheckedIllegalAccessException.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add MethodInvokers.</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.4.2.2 #735, #808, #822.</action>
<action type="update" dev="ggregory" due-to="Dependabot, XenoAmess">Bump Bump actions/cache from v2.1.4 to v2.1.6 #742, #752, #764.</action>