From eece5c3c21947de4b8287e56bdf6e3e3c5263335 Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Tue, 28 Feb 2017 10:41:11 -0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fba026c55..328ed9a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,8 @@ BUG FIXES: * api: Fix escaping of HTML characters [GH-2322] * client: Drivers log during fingerprinting [GH-2337] * client: Fix race condition with deriving vault tokens [GH-2275] + * client: Fix panic and deadlock during client restore state when prestart + fails [GH-2376] * config: Fix Consul Config Merging/Copying [GH-2278] * config: Fix Client reserved resource merging panic [GH-2281] * driver/docker: Fix Docker 1.13 on Windows [GH-2342]