Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

1.14.9

Compare
Choose a tag to compare
@matanlurey matanlurey released this 20 Mar 17:15
· 136 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.