CHANGELOG.md in capistrano-3.0.0 vs CHANGELOG.md in capistrano-3.0.1

- old
+ new

@@ -1,12 +1,18 @@ # Capistrano 3.x Changelog Reverse Chronological Order: +## `3.0.1` (Not yet released) + + * capify' not listed as executable (@leehambley) + * Confirm license as MIT (@leehambley) + * Move the git ssh helper to application path (@mpapis) + ## `3.0.0` If you are coming here to wonder why your Capfile doesn't work anymore, please -vendor lock your Capistrano at 2.5.x, whichever version was working for you +vendor lock your Capistrano at 2.x, whichever version was working for you until today. Capistrano 3 is a ground-up rewrite with modularity, stability, speed and future proofing in mind. It's a big change, but now the code is 10x smaller, runs faster, is easier to read, and quicker to extend. In the reduction we've