[COLLECTIONS-704] Update size to capacity for GrowthList #90.

This commit is contained in:
Gary Gregory 2019-10-22 21:05:47 -04:00
parent c184745990
commit 6e1443e3b1
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@
<action dev="ggregory" type="fix" due-to="dota17">
Fix typos in release notes and Javadoc for AbstractHashedMap and AbstractHashedMapTest #88.
</action>
<action issue="COLLECTIONS-704" dev="ggregory" type="update" due-to="dota17">
Update size to capacity for GrowthList #90.
</action>
</release>
<release version="4.4" date="2019-07-05" description="Maintenance release.">
<action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">