CHANGELOG.md in capistrano-3.3.3 vs CHANGELOG.md in capistrano-3.3.4

- old
+ new

@@ -2,15 +2,24 @@ Reverse Chronological Order: ## master -https://github.com/capistrano/capistrano/compare/v3.2.1...v3.3.0 +https://github.com/capistrano/capistrano/compare/v3.3.4...HEAD +## `3.3.4` + +* Minor changes: + * Rely on a newer version of capistrano-stats with better privacy (@leehambley) + * Fix cucumber spec for loading tasks from stage configs (@sponomarev) + * Minor documentation fixes (@deeeki, @seuros, @andresilveira) + * Spec improvements (@dimitrid, @sponomarev) + * Fix to CLI flags for git-ls-remote (@dimitrid) + ## `3.3.3` -https://github.com/capistrano/capistrano/compare/v3.2.1...v3.3.0 +https://github.com/capistrano/capistrano/compare/v3.2.1...v3.3.3 * Enhancement (@townsen) * Added the variable `:repo_tree` which allows the specification of a sub-tree that will be extracted from the repository. This is useful when deploying a project that lives in a subdirectory of a larger repository. @@ -31,10 +40,10 @@ imported thereafter. This makes reading exceptions much easier on the eye. If the full unexpurgated backtrace is required then the --backtrace and --trace options supply it as before. -* Disable loading stages configs on `cap -T` +* Disable loading stages configs on `cap -T` (@sponomarev) * Track (anonymous) statistics, see https://github.com/capistrano/stats * Enhancements (@townsen) * Fix matching on hosts with custom ports or users set * Previously filtering would affect any generated configuration files so that