From 486e37569272648aeb454c88c3a57d29fc865ae6 Mon Sep 17 00:00:00 2001 From: Lee Hambley Date: Tue, 22 Apr 2014 09:02:11 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e09dccad..e5846294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ Reverse Chronological Order: ## master -https://github.com/capistrano/capistrano/compare/v3.2.0...HEAD +https://github.com/capistrano/capistrano/compare/v3.2.1...HEAD ## `3.2.1` +https://github.com/capistrano/capistrano/compare/v3.2.0...v3.2.1 + * Bug Fixes: * 3.2.0 introduced some behaviour to modify the way before/after hooks were called, to allow the optional preservation of arguments to be passed to tasks. This release reverts that commit in order to restore