Fixes an item in changelog

pull/7495/head
gurkanindibay 2024-02-12 02:25:18 +03:00
parent 6b6363c0f1
commit 56468d1906
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,5 @@
### citus v11.2.2 (February 12, 2024) ###
* Disallow creating a replicated distributed table concurrently (#7216)
* Fixes a bug in background shard rebalancer where the replicate
reference tables task fails if the current user is not a superuser (#6930)
@ -19,6 +17,8 @@
* Improves failure handling of distributed execution (#7090)
* Makes sure to disallow creating a replicated distributed table concurrently (#7219)
* Removes pg_send_cancellation (#7135)
### citus v11.2.1 (April 20, 2023) ###