From 73a4faa82f92cf8a4113c32daa53df8ebb402f36 Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Thu, 29 May 2025 11:19:52 +0000 Subject: [PATCH] fix whitespace --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b677d166..2f70fd2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ### citus v12.1.8 (May 29, 2025) ### -* Fixes a crash in left outer joins that can happen when there is an an +* Fixes a crash in left outer joins that can happen when there is an an aggregate on a column from the inner side of the join (#7904) -* Fixes an issue detected using address sanitizer (#7965) +* Fixes an issue detected using address sanitizer (#7965) -* Fixes a crash when executing a prepared CALL, which is not pure SQL but +* Fixes a crash when executing a prepared CALL, which is not pure SQL but available with some drivers like npgsql and jpgdbc (#7288) ### citus v12.1.7 (Feb 6, 2025) ###