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-text.git
commit 759f19ab636b935a191953abd72e8ef662df7d37 Author: Gary Gregory <[email protected]> AuthorDate: Wed Dec 3 13:46:20 2025 -0500 Add new tests for the main Levenshtein algorithm implementations #728 --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e689fcd7..f8912d20 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" dev="ggregory" due-to="LorgeN, Gary Gregory" issue="TEXT-235">Add Damerau-Levenshtein distance #687.</action> <action type="add" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Add unit tests to increase coverage #719.</action> <action type="add" dev="ggregory" due-to="Michael Hausegger, Gary Gregory">Add new test for CharSequenceTranslator#with() #725.</action> - <action type="add" dev="ggregory" due-to="Michael Hausegger">Add test assertions for SimilarityCharacterInput#equals() #727.</action> + <action type="add" dev="ggregory" due-to="Michael Hausegger">Add tests and assertions to org.apache.commons.text.similarity to get to 100% code coverage #727, #728.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 93 #704, #723, #726.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.bytebuddy.version from 1.17.6 to 1.18.2 #696, #722.</action>
