From 93417dddb1f199f4abb306777eae6eea4c6f9467 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 8 Jan 2021 21:23:25 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c93c118..1977b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.2.2 +### Fixed +* Reverts changes to logic handling blocking until a server process is done running when polling stats. This change exposed a bug in the underlying Docker system causing servers to enter a state in which Wings was unable to terminate the process and Docker commands would hang if executed against the container. + ## v1.2.1 ### Fixed * Fixes servers not be properly marked as no longer transfering if an error occurs during the archive process.