Implement Layered Bloom filter #402

This commit is contained in:
Gary Gregory 2023-12-22 16:20:46 -05:00 committed by GitHub
parent 0438edead9
commit bf9461bbc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -204,6 +204,9 @@
Fix punctuation and minor Javadoc issues #409.
</action>
<!-- ADD -->
<action issue="COLLECTIONS-843" dev="ggregory" type="add" due-to="Claude Warren, Alex Herbert, Gary Gregory">
Implement Layered Bloom filter #402.
</action>
<action issue="COLLECTIONS-748" dev="ggregory" type="add" due-to="Gary Gregory">
Let org.apache.commons.collections4.properties.[Sorted]PropertiesFactory accept XML input.
</action>