From 4e7aa4cc3c41f3c0c8a90548b5e8147ec2a10dce Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 11:23:23 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7883a01b1..04d858278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ BREAKING CHANGES: IMPROVEMENTS: - core: allow removal of all box versions with `--all` flag [GH-3462] + - command/plugin: Add `--plugin-clean-sources` flag to reset plugin install + sources, primarily for corp firewalls. [GH-4738] - provisioners/ansible: add new `force_remote_user` option to control whether `ansible_ssh_user` parameter should be applied or not [GH-6348] - provisioners/ansible: show a warning when running from a Windows Host [GH-5292]