Add LANG-1128 to changes.xml
Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/448ec93f Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/448ec93f Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/448ec93f Branch: refs/heads/master Commit: 448ec93f006939eefacec32aca65dfb622d2c352 Parents: 6a99050 Author: Benedikt Ritter <brit...@apache.org> Authored: Fri May 1 23:47:36 2015 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Fri May 1 23:47:36 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-lang/blob/448ec93f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 785a3b2..28e8947 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -22,6 +22,7 @@ <body> <release version="3.5" date="tba" description="tba"> + <action issue="LANG-1128" type="fix" dev="britter" due-to="jacktan1991">JsonToStringStyle doesn't handle chars and objects correctly</action> <action issue="LANG-1119" type="add" dev="britter" due-to="Loic Guibert">Add rotate(string, int) method to StringUtils</action> <action issue="LANG-1118" type="fix" dev="britter" due-to="Loic Guibert">StringUtils.repeat('z', -1) throws NegativeArraySizeException</action> <action issue="LANG-1099" type="add" dev="britter" due-to="Adrian Ber">Add swap and shift operations for arrays to ArrayUtils</action>