Skip to content

v0.17.13

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 20:02
· 492 commits to master since this release
01021c9

DataStructures v0.17.13

Diff since v0.17.12

Closed issues:

  • SortedSet should be a subtype of Base.AbstractSet (#291)
  • delete! in sorted containers incompatible with Dict and Set (#387)

Merged pull requests:

  • Make SortedSet{K} be a subtype of AbstractSet{K}. (#571) (@NHDaly)
  • Change delete!() for Sorted{Set,Dict} to no-op if key not found. (#607) (@NHDaly)