Skip to content

1.14.9

Compare
Choose a tag to compare
@matanlurey matanlurey released this 20 Mar 17:15
· 126 commits to master since this release
d3db386
  • Fixed bugs where QueueList, MapKeySet, and MapValueSet did not adhere to
    the contract laid out by List.cast, Set.cast and Map.cast respectively.
    The returned instances of these methods now correctly forward to the existing
    instance instead of always creating a new copy.