aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-11-18 12:46:31 -0500
committerGary Gregory <garydgregory@gmail.com>2021-11-18 12:46:31 -0500
commitff415c8f8f213d40a19f8dc9ac037050ef497bf8 (patch)
tree01989f2bb10750fa54128bd97080cbbf1086233b /src/changes
parent51ad9f989dda1e5c7f9487d1477c82ea003a864a (diff)
downloadapache-commons-lang-ff415c8f8f213d40a19f8dc9ac037050ef497bf8.tar.gz
Add Streams.nullSafeStream(Collection).
Add Streams.toStream(Collection).
Diffstat (limited to 'src/changes')
-rw-r--r--src/changes/changes.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 852c3dc18..01d241cdd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,8 @@ The <action> type attribute can be add,update,fix,remove.
<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>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.nullSafeStream(Collection).</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.toStream(Collection).</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>