Skip to content

Commit 0513797

Browse files
authored
Mention GHC-9.12 in changelog (#387)
1 parent d011ae9 commit 0513797

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212

1313
- Added new `Encoder` type with three members: `binary`, which is the Hasql binary encoder, `text` which encodes a type in PostgreSQL's text format (needed for nested arrays) and `quote`, which is the does the thing that the function we previously called `encode` does (i.e., `a -> Opaleye.PrimExpr`).
1414

15+
- Add `elem` and `elem1` to `Rel8.Array` for testing if an element is contained in `[]` and `NonEmpty` `Expr`s.
16+
1517
- Support hasql-1.9
1618

17-
- Add `elem` and `elem1` to `Rel8.Array` for testing if an element is contained in `[]` and `NonEmpty` `Expr`s.
19+
- Support GHC-9.12
1820

1921
## Changed
2022

0 commit comments

Comments
 (0)