From e40fc54f8311affdc80af5a51d53bbe9d97a6d62 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 3 Mar 2017 09:50:51 -0800 Subject: [PATCH] Add #2391 and #2394 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1325b42a8..c0cf81cfc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,7 @@ 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 remounting alloc dirs after reboots [GH-2391] [GH-2394] * client: Fix panic and deadlock during client restore state when prestart fails [GH-2376] * config: Fix Consul Config Merging/Copying [GH-2278]