From 7a524f1c4ffee83b2dabc3ad68028b76d23b0cae Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 18 Apr 2014 20:22:02 -0700 Subject: [PATCH] Update CHANGELOG, don't deprecate this plugin method --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a013eff36..fba361d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,9 +54,6 @@ BUG FIXES: PLUGIN AUTHOR CHANGES: - - **Deprecation:** The "prepare" method for synced folders is deprecated. - Any preparation should be moved to the "enable" method. This is to - enable runtime changes of synced folders with the new "disable" method. - **New host capability:** "rdp\_client". This capability gets the RDP connection info and must launch the RDP client on the system. - core: The "Call" middleware now merges the resulting middlewaer stack