[LANG-1558] Simplify if as some conditions are covered by others #543.

This commit is contained in:
Gary Gregory 2020-06-13 11:18:27 -04:00
parent fb2d228380
commit 1e0b744dd2
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="LANG-1552" type="add" dev="ggregory" due-to="XenoAmess">Change from addAll to constructors for some List #536.</action> <action issue="LANG-1552" type="add" dev="ggregory" due-to="XenoAmess">Change from addAll to constructors for some List #536.</action>
<action issue="LANG-1554" type="add" dev="ggregory" due-to="XenoAmess">Fix typos #539.</action> <action issue="LANG-1554" type="add" dev="ggregory" due-to="XenoAmess">Fix typos #539.</action>
<action issue="LANG-1555" type="add" dev="ggregory" due-to="XenoAmess">Ignored exception `ignored`, should not be called so #540.</action> <action issue="LANG-1555" type="add" dev="ggregory" due-to="XenoAmess">Ignored exception `ignored`, should not be called so #540.</action>
<action issue="LANG-1558" type="add" dev="ggregory" due-to="XenoAmess">Simplify if as some conditions are covered by others #543.</action>
</release> </release>
<release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11."> <release version="3.10" date="2020-03-22" description="New features and bug fixes. Requires Java 8, supports Java 9, 10, 11.">