aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-12-28 09:58:35 -0500
committerGary Gregory <garydgregory@gmail.com>2021-12-28 09:58:35 -0500
commit16d587d73c51c772495d95f9aa3aa14782eff355 (patch)
treeb5044f8405a966922019e455a973150bd64692e6 /src/changes
parent5d8876279b3d673096b03365c1ea4cca003d05ec (diff)
downloadapache-commons-lang-16d587d73c51c772495d95f9aa3aa14782eff355.tar.gz
Add support for detection of Aarch64.
- Add Processor.Type.AARCH_64. - Add Processor.isAarch64(). - Update ArchUtils.getProcessor(String) for "aarch64".
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 87e1ee34f..d09c60838 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -114,6 +114,9 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Pair.ofNonNull(L, R).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Triple.ofNonNull(L, M, R).</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ArrayUtils.containsAny(Object[], Object...).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Processor.Type.AARCH_64.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Processor.isAarch64().</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Update ArchUtils.getProcessor(String) for "aarch64".</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump spotbugs-maven-plugin from 4.2.0 to 4.5.0.0 #735, #808, #822, #834.</action>
<action type="update" dev="ggregory" due-to="Dependabot, XenoAmess">Bump actions/cache from v2.1.4 to v2.1.7 #742, #752, #764, #833.</action>