unordered-containers v0.2.13.0 Release Notes

Release Date: 2020-10-01 // over 3 years ago

Previous changes from v0.2.12.0

    • โž• Add HashMap.isSubmapOf[By] and HashSet.isSubsetOf. Thanks Sven Keidel. (#282)

    • ๐Ÿ”ฆ Expose internal modules. (#283)

    • ๐Ÿ“š Documentation improvements in Data.HashSet, including a beginner-friendly introduction. Thanks Matt Renaud. (#267)

    • HashMap.alterF: Skip key deletion for absent keys. (#288)

    • โœ‚ Remove custom unsafeShift{L,R} definitions. (#281)

    • ๐Ÿ“š Various other documentation improvements.