Skip to content

Commit 6836ea6

Browse files
committed
Add changelog about SomePostgreSqlException
1 parent af9b004 commit 6836ea6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
* Use `postgresql-libpq >=0.10.0.0`. It includes critical fixes,
55
by using `postgresql-simple >=0.7` you won't get older `postgresql-libpq`.
66
* Drop support for GHC prior 8.6
7+
* Added a class for `postgresql-simple` exceptions: `SomePostgreSqlException`.
8+
This allows to catch all `postgresql-simple` exceptions at once.
9+
(c.f. `AsyncException` in `base).
710

811
### Version 0.6.5.1 (2023-07-09)
912

0 commit comments

Comments
 (0)