From c2d5c6c950439ef3f8561b506612bd5290032430 Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Mon, 29 Oct 2018 12:59:53 -0700 Subject: [PATCH] 3.1.67 update --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33852dd09..98d9891c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog +## 2018/10/29 3.1.67 +* Bug Fix: SnapshotMetaService can leave snapshots if there is any error. +* Bug Fix: SnapshotMetaService should continue building snapshot even if an unexpected file is found in snapshot. +* More cleanup of IConfiguration and moving code to appropriate places. + ## 2018/10/26 3.1.66 * (#744) Aggregate InstanceData in InstanceInfo and pull basic information about running instance from machine itself.