diff --git a/beam-postgres/ChangeLog.md b/beam-postgres/ChangeLog.md index 96911e62..4d5f6b6d 100644 --- a/beam-postgres/ChangeLog.md +++ b/beam-postgres/ChangeLog.md @@ -1,5 +1,9 @@ # Unreleased +## Added features + + * Added `pgSelectWith`, a combinator like `selectWith` which allows to nest common table expressions in subqueries (#720). + ## Bug fixes * Added the ability to migrate Postgres' array types (#354).