From 8e52790db52b0ec15ef4f864ad9752c80dde8b61 Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Mon, 1 Oct 2018 14:48:05 -0400 Subject: [PATCH] Fix PR number for a CL entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e8d847d6..b4659bf9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ BUG FIXES: * core: Fix handling of cyclic token relationships [GH-4803] * storage/mysql: Fix locking on MariaDB [GH-5343] * replication: Fix DR API when using a token [GH-5398] - * identity: Ensure old group alias is removed when a new one is written [GH-5339] + * identity: Ensure old group alias is removed when a new one is written [GH-5350] * storage/alicloud: Don't call uname on package init [GH-5358] IMPROVEMENTS: