From 544a8de3e8a451d89afd34cd49010d71bf590aec Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 14 Jul 2013 21:06:19 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b64eccbd5..21282a4e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ IMPROVEMENTS: BUG FIXES: * core: UI messages are now properly prefixed with spaces again. +* core: If SSH connection ends, re-connection attempts will take + place. [GH-152] * virtualbox: "paused" doesn't mean the VM is stopped, improving shutdown detection.