From f79fa9fb207ea442793d57b4ebed3e37a3c1725c Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 13 Sep 2023 11:33:29 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c392bbeb..f1d03b942 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,8 @@ * Adds PostgreSQL 16 RC1 support (#7173) -* Add `citus_schema_move()` function which moves tenant tables within - a distributed schema to another node (#7180) +* Add `citus_schema_move()` function which moves tables within a + distributed schema to another node (#7180) * Adds `citus_pause_node()` UDF that allows pausing the node with given id (#7089)