From f0f1aa1fd2444c7910de708c383cc0e7517e819b Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Fri, 30 May 2025 19:46:55 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Onur Tirtir --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e50e06282..33be3d901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ * Adds database connection limit, rename and set tablespace propagation (#7253) -* Allows `GRANT ADMIN` to now also be `INHERIT` or `SET` in support of psql16 +* Allows `GRANT ADMIN` to now also be `INHERIT` or `SET` in support of PG16 * Adds support for propagating `CREATE`/`DROP` database (#7240)