From b6b8b97ccb202f2b8ffe2f3354dd3775b00b0bd5 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 10 Feb 2014 08:58:42 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ab4dee6..c1e019fac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,8 @@ BUG FIXES: - commands/plugin: Plugin installation will fail if dependencies conflict, rather than at runtime. - commands/ssh: When using `-c` on Windows, no more TTY errors. + - commands/ssh-config: ProxyCommand is included in output if it is + set. [GH-2950] - guests/coreos: Restart etcd after configuring networks. [GH-2852] - guests/linux: Don't chown VirtualBox synced folders if mounting as readonly. [GH-2442]