From a775ecf9b8df3f55172491eebf6bae4009d8534e Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 30 May 2015 11:57:48 -0700 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2176dff..03bf8e2af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ BUG FIXES: - core: check name and version in `has_plugin?` [GH-5218] - core: do not create duplicates when defining two private network addresses [GH-5325] - core: update ssh to check for Plink [GH-5604] + - core: do not report plugins as installed when plugins are disabled [GH-5698, GH-5430] - core/cli: fix box checksum validation [GH-4665, GH-5221] - core/windows: allow Windows UNC paths to allow more than 256 characters [GH-4815]