fix whitespace

pull/8004/head
Alper Kocatas 2025-05-29 11:19:52 +00:00
parent 3f07ebf45f
commit 73a4faa82f
1 changed files with 3 additions and 3 deletions

View File

@ -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) ###