aboutsummaryrefslogtreecommitdiff
path: root/src/changes
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-12-03 13:47:48 -0500
committerGary Gregory <garydgregory@gmail.com>2021-12-03 13:47:48 -0500
commite6ae7561a05b1356625563cd868dce8a0fa4ddae (patch)
treeefb7c180a12913b75022f7855f241c2707c7c059 /src/changes
parentb900dce2001366a56f139514b781864ddc20e158 (diff)
downloadapache-commons-lang-e6ae7561a05b1356625563cd868dce8a0fa4ddae.tar.gz
Add Streams.instancesOf(Class, Collection).
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 a975fdff9..de2be0626 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -104,6 +104,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.failableStream(Stream) and deprecate misnamed stream(Stream).</action>
<action type="add" dev="ggregory" due-to="Maxwell Cody, Gary Gregory">Add EnumUtils.getEnumMap(Class, Function). #730</action>
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FluentBitSet.</action>
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add Streams.instancesOf(Class, Collection).</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>