[LANG-1600] Restore handling of collections for non-JSON ToStringStyle

#610.
This commit is contained in:
Gary Gregory 2020-08-30 18:29:54 -04:00
parent 772f97c437
commit 81efeaacad
1 changed files with 3 additions and 0 deletions

View File

@ -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>