From c60d735719a0c02bdb8dca32d3577d93e3fe5aec Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 24 Feb 2017 07:35:31 -0800 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 801178325..dbf986e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ BUG FIXES: - command/init: Include box version when using minimal option [GH-8283, GH-8282] - command/package: Fix SecureRandom constant error [GH-8159] + - communicator/ssh: Remove any STDERR output prior to command execution [GH-8291, GH-8288] - core/bundler: Prevent pristine warning messages [GH-8191, GH-8190, GH-8147] - core/bundler: Fix local installations of pre-release plugins [GH-8252, GH-8253] - core/bundler: Prefer user defined source when installing plugins [GH-8273, GH-8210]