From 6836ea66557d50a1d4dc391b3efd090b0eed2310 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 31 Jul 2023 11:48:31 +0300 Subject: [PATCH] Add changelog about SomePostgreSqlException --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index bb4ec5b..b7b3511 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)