Skip to content

Commit 599043b

Browse files
Prepare for new release. (#222)
2 parents eacd675 + 0f24797 commit 599043b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.0.1.9
2+
3+
- Added the following traversal functions to `MonoidMap`:
4+
- `traverse`
5+
- `traverseWithKey`
6+
- `mapAccumL`
7+
- `mapAccumLWithKey`
8+
- `mapAccumR`
9+
- `mapAccumRWithKey`
10+
111
# 0.0.1.8
212

313
- Added strict variant of the `foldMapWithKey` function.

monoidmap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: monoidmap
3-
version: 0.0.1.8
3+
version: 0.0.1.9
44
bug-reports: https://github.com/jonathanknowles/monoidmap/issues
55
license: Apache-2.0
66
license-file: LICENSE

0 commit comments

Comments
 (0)