From 3f07ebf45fa5c8da2c268f7c9e950b92dafe2fde Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Thu, 29 May 2025 10:56:32 +0000 Subject: [PATCH] remove issue links in address sanitizer change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5c3c44b..4b677d166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ### citus v12.1.8 (May 29, 2025) ### * 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 (#7787) (#7901) (#7904) + aggregate on a column from the inner side of the join (#7904) * Fixes an issue detected using address sanitizer (#7965)