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-io.git
The following commit(s) were added to refs/heads/master by this push: new ce8d7e0 Variation of PR #227 from Rob Spoor (robtimus) but does not add a new class. ce8d7e0 is described below commit ce8d7e085909b3ced31e4d99cc2b0dc6f77377af Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed May 12 14:27:48 2021 -0400 Variation of PR #227 from Rob Spoor (robtimus) but does not add a new class. --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2264bd4..65e2b8f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -202,6 +202,11 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory"> Add CharacterSetFilterReader.CharacterSetFilterReader(Reader, Integer...). </action> + <action dev="ggregory" type="add" due-to="Rob Spoor, Gary Gregory"> + Add AbstractCharacterFilterReader(Reader, IntPredicate), #227. + Add CharacterFilterReader(Reader, IntPredicate), #227. + Add CharacterFilterReaderIntPredicateTest, #227. + </action> <!-- UPDATES --> <action dev="ggregory" type="update" due-to="Dependabot"> Update junit-jupiter from 5.6.2 to 5.7.0 #153.