From 6249ad0f71a3d36bf15a019fcde0ed074db5f701 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 13 Dec 2016 14:18:41 -0800 Subject: [PATCH] changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f55facde9..9dffd3e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## 0.5.2 (Unreleased) BUG FIXES: - * client: Fixed a race condition and remove panic from code [GH-2096] + * client: Fixed a race condition and remove panic when handling duplicate + allocations [GH-2096] * client: Cancel wait for remote allocation if migration is no longer required [GH-2097]