Skip to content

Commit

Permalink
Add changelog about SomePostgreSqlException
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jul 31, 2023
1 parent af9b004 commit 6836ea6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
* Use `postgresql-libpq >=0.10.0.0`. It includes critical fixes,
by using `postgresql-simple >=0.7` you won't get older `postgresql-libpq`.
* Drop support for GHC prior 8.6
* Added a class for `postgresql-simple` exceptions: `SomePostgreSqlException`.
This allows to catch all `postgresql-simple` exceptions at once.
(c.f. `AsyncException` in `base).

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

Expand Down

0 comments on commit 6836ea6

Please sign in to comment.