TEXT-31: changes.xml documentation
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/6d69377a Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/6d69377a Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/6d69377a Branch: refs/heads/master Commit: 6d69377a243cf15751ef1d1f273b13e1d16b0c5a Parents: 53279c1 Author: Rob Tompkins <[email protected]> Authored: Wed Nov 30 15:29:15 2016 -0800 Committer: Rob Tompkins <[email protected]> Committed: Wed Nov 30 15:29:15 2016 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/6d69377a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index afa4fa7..d9318eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="1.0" date="tba" description="tba"> + <action issue="TEXT-31" type="remove" dev="chtompki">Remove org.apache.commons.text.names, for later release than 1.0</action> <action issue="TEXT-2" type="add" dev="chtompki" due-to="Don Jeba">Add Jaccard Index and Jaccard Distance</action> <action issue="TEXT-27" type="add" dev="chtompki">Move org.apache.commons.lang3.StringEscapeUtils.java into text</action> <action issue="TEXT-23" type="add" dev="chtompki">Moving from commons-lang, the package org.apache.commons.lang3.text</action>
