mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Merge pull request #1635 from mattbrictson/airbrussh-upgrade-guide
Add Airbrussh upgrade guide to the CHANGELOG
This commit is contained in:
commit
8483017185
1 changed files with 8 additions and 3 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -11,9 +11,14 @@ format has been changed to
|
|||
[Airbrussh](https://github.com/mattbrictson/airbrussh).** For more details on
|
||||
what Airbrussh does
|
||||
and how to configure it, visit the
|
||||
[Airbrussh README](https://github.com/mattbrictson/airbrussh#readme). To opt out
|
||||
of the new format, simply add `set :format, :pretty` to switch to the old
|
||||
default of Capistrano 3.4.0 and earlier.
|
||||
[Airbrussh README](https://github.com/mattbrictson/airbrussh#readme).
|
||||
|
||||
* To opt out of the new format, simply add `set :format, :pretty` to switch to
|
||||
the old default of Capistrano 3.4.0 and earlier.
|
||||
* If you are already an Airbrussh user, note that the default configuration has
|
||||
changed, and the syntax for configuring Airbrussh has changed as well.
|
||||
[This simple upgrade guide](https://github.com/mattbrictson/airbrussh/blob/master/UPGRADING-CAP-3.5.md)
|
||||
will walk you through it.
|
||||
|
||||
Other changes:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue