From 0ebd600c897ebf345d5159b11512aa22920efcde Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 18 Nov 2015 15:57:30 -0800 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d218ce2a..867541c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ BREAKING CHANGES: IMPROVEMENTS: - core: allow removal of all box versions with `--all` flag [GH-3462] + - core: prune entries from global status on non-existent cwd [GH-6535] - command/plugin: Add `--plugin-clean-sources` flag to reset plugin install sources, primarily for corp firewalls. [GH-4738] - communicators/winrm: Configurable execution time limit [GH-6213]