Fixed an item in changelog

pull/7497/head
gurkanindibay 2024-02-12 02:24:22 +03:00
parent 73cc4a35d6
commit e3a21c8db5
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,5 @@
### citus v11.3.1 (February 12, 2024) ###
* Disallows creating a replicated distributed table concurrently (#7219)
* Fixes a bug related to non-existent objects in DDL commands (#6984)
* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)
@ -18,6 +16,8 @@
* Improves citus_shard_sizes performance (#7051)
* Makes sure to disallow creating a replicated distributed table concurrently (#7219)
* MERGE is unsupported with filters that prune down to zero shards (#6946)
* Removes pg_send_cancellation and all references (#7135)