Skip to content

Commit eb242e9

Browse files
committed
Add changelog entry
1 parent 14fc75a commit eb242e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Pac
88

99
### Fixed
1010
- Collections with dot in the name
11+
- Upper limit for batch size in Query.splitAtLimit
1112

1213
## [2.7.1.2] - 2022-10-26
1314

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
mongodb:
44
ports:
55
- 27017:27017
6-
image: mongo:3.6
6+
image: mongo:4.0
77
mongodb-haskell:
88
image: phadej/ghc:8.0.2
99
environment:

0 commit comments

Comments
 (0)