add changes.xml entry for LANG-1314

This commit is contained in:
pascalschumacher 2017-03-06 19:27:02 +01:00
parent 0ba25aa97b
commit d43e1d0198
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1311" type="fix" dev="pschumacher" due-to="Aaron Digulla">TypeUtils.toString() doesn't handle primitive and Object arrays correctly</action>
<action issue="LANG-1312" type="fix" dev="pschumacher">LocaleUtils#toLocale does not support language followed by UN M.49 numeric-3 area code</action>
<action issue="LANG-1265" type="fix" dev="pschumacher">Build failures when building with Java 9 EA</action>
<action issue="LANG-1314" type="fix" dev="pschumacher" due-to="Allon Murienik">Fix javadoc creation on with Java 8</action>
</release>
<release version="3.5" date="2016-10-13" description="New features including Java 9 detection">