TEXT-39: thanks to Amey Jadiye
Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7bdd61fb Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7bdd61fb Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7bdd61fb Branch: refs/heads/master Commit: 7bdd61fbf489f0f867464bb1c4e5bb3a936a16cc Parents: 1e06bd5 Author: Rob Tompkins <[email protected]> Authored: Mon May 8 21:35:02 2017 -0400 Committer: Rob Tompkins <[email protected]> Committed: Mon May 8 21:35:02 2017 -0400 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-text/blob/7bdd61fb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5009be4..7c214bd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.1" date="tbd" description="tbd"> + <action issue="TEXT-39" type="update" dev="chtompki" due-to="Amey Jadiye">WordUtils should use toXxxxCase(int) rather than toXxxxCase(char)</action> <action issue="TEXT-41" type="add" dev="chtompki" due-to="Amey Jadiye">WordUtils.abbreviate support</action> <action issue="TEXT-82" type="add" dev="chtompki" due-to="Amey Jadiye">Putting WordUtils back in to the codebase</action> <action issue="TEXT-81" type="add" dev="pschumacher" due-to="djones">Add RandomStringGenerator</action>
