From 3e7a2ab6c086327dad5f942b98d992b7441212b1 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Fri, 7 Nov 2014 16:24:21 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e60f51aee..c77811adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,16 @@ ### Changed - Better way to operate around symlinks +- The `passphrase` credential is now asked secretely ### Fixed - Fixed a bug where credentials were passed twice to SVN checkout (once in the URL, once via options) - Fixed custom tasks not being properly bound to container +- Fixed a bug in the `plugin:publish` command +- Fixed a bug where plugins installed globally wouldn't be found by Rocketeer +- Fixed the `no-clear` option name not being recognized during `update` +- Fixed some issues with SVN credentials +- Fixed a bug where multiserver connections would share some credentials instead of using their own 2.0.1 - 2014-10-25 ------------------