CHANGELOG in capistrano-2.5.20 vs CHANGELOG in capistrano-2.5.21
- old
+ new
@@ -1,4 +1,9 @@
+## 2.5.21 / April 6 2011
+
+ * Fixed to follow best-practice guidelines from Bundler (Ben Langfeld)
+ * No longer force a gemset for Capistrano development. (Ben Langfeld)
+
## 2.5.20 / March 16 2011
* `deploy:migrations` will now always operate on the latest_release, not
current_release (Mike Vincent)
* Adds a check for the presence of `rsync` when using the copy strategy with `rsync`. (Chris Griego)