From 84eec17affba4c5cb4206e8187dfae55c0d7ff1b Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Thu, 29 May 2025 10:21:53 +0000 Subject: [PATCH] remove non-user facing change --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c84223a33..ec5c3c44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ * 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) -* Updates workflow base OS to use the latest version (#7971) - * Fixes an issue detected using address sanitizer (#7965) * Fixes a crash when executing a prepared CALL, which is not pure SQL but