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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 81efeaa [LANG-1600] Restore handling of collections for non-JSON
ToStringStyle #610.
81efeaa is described below
commit 81efeaacadbdb541715edf13751df791c3892fb5
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 18:29:54 2020 -0400
[LANG-1600] Restore handling of collections for non-JSON ToStringStyle
#610.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c0b479d..f83aff5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -46,7 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="3.12" date="2020-MM-DD" description="New features and bug
fixes.">
+ <!-- FIXES -->
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai,
Alex Herbert">Correct implementation of RandomUtils.nextLong(long,
long)</action>
+ <action issue="LANG-1600" type="fix" dev="aherbert" due-to="Michael
F">Restore handling of collections for non-JSON ToStringStyle #610.</action>
+ <!-- UPDATES -->
<action issue="LANG-1591" type="update" dev="kinow"
due-to="bhawna94">Remove redundant argument from substring call.</action>
<action issue="LANG-1579" type="update" dev="aherbert"
due-to="XenoAmess">Improve StringUtils.stripAccents conversion of remaining
accents.</action>
<action issue="LANG-1596" type="update" dev="aherbert" due-to="Richard
Eckart de Castilho">ArrayUtils.toPrimitive(Object) does not support boolean and
other types #607.</action>