Fix wrong PR links in changelog (#7350)

When preparing changelog for 12.1.1 release, I accidentally swapped
the PR numbers for the two commits. This commit fixes the changelog
to point to the correct PRs.
pull/7349/head
Hanefi Onaldi 2023-11-16 14:12:17 +03:00 committed by GitHub
parent 0d1f18862b
commit 5efd3f181a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
### citus v12.1.1 (November 9, 2023) ### ### citus v12.1.1 (November 9, 2023) ###
* Fixes leaking of memory and memory contexts in Citus foreign key cache * Fixes leaking of memory and memory contexts in Citus foreign key cache
(#7219) (#7236)
* Makes sure to disallow creating a replicated distributed table concurrently * Makes sure to disallow creating a replicated distributed table concurrently
(#7236) (#7219)
### citus v12.1.0 (September 12, 2023) ### ### citus v12.1.0 (September 12, 2023) ###