Skip to content

Commit 8b2d7be

Browse files
committed
[LANG-1700] Improve handling of parameterized types and variable
unrolling #1549
1 parent 8f8cc04 commit 8b2d7be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ The <action> type attribute can be add,update,fix,remove.
9090
<action issue="LANG-1448" type="fix" dev="ggregory" due-to="David W. Burhans, Gary Gregory, kamGP92">Javadoc: Normalize some varargs examples.</action>
9191
<action issue="LANG-1805" type="fix" dev="ggregory" due-to="Gary Gregory, jher235">Speedup StringUtils.join(AllPrimitiveTypes[], char, int, int), see StringUtilsJoinBenchmark, based on #1532. Also better StringBuilder allocation</action>
9292
<action issue="LANG-1749" type="fix" dev="ggregory" due-to="jinwoo choi, Gary Gregory, YuMing Ma, Ivan Šarić">TypeUtils.isAssignable returns a wrong result for ParameterizedType when raw class is "Class".</action>
93+
<action issue="LANG-1700" type="fix" dev="ggregory" due-to="seokhyeon moon, Gary Gregory, Ivan Šarić">Improve handling of parameterized types and variable unrolling.</action>
9394
<!-- ADD -->
9495
<action type="add" dev="ggregory" due-to="Gary Gregory">Add JavaVersion.JAVA_27.</action>
9596
<action type="add" dev="ggregory" due-to="Gary Gregory">Add SystemUtils.IS_JAVA_27.</action>

0 commit comments

Comments
 (0)