We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1c768 commit 9d3a297Copy full SHA for 9d3a297
CHANGES.md
@@ -1,3 +1,9 @@
1
+## [0.2.13.0]
2
+
3
+* [Add `HashMap.compose`.](https://github.com/haskell-unordered-containers/unordered-containers/pull/299) Thanks Alexandre Esteves.
4
5
+[0.2.13.0]: https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.12.0...v0.2.13.0
6
7
## [0.2.12.0]
8
9
* Add `HashMap.isSubmapOf[By]` and `HashSet.isSubsetOf`. Thanks Sven Keidel. ([#282])
unordered-containers.cabal
@@ -1,5 +1,5 @@
name: unordered-containers
-version: 0.2.12.0
+version: 0.2.13.0
synopsis: Efficient hashing-based container types
description:
Efficient hashing-based container types. The containers have been
0 commit comments