1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00
This commit is contained in:
Alexander Ivanov 2015-03-31 11:23:46 +06:00
parent dc8ca06eee
commit ee8fe7df8f

View file

@ -32,7 +32,7 @@ https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0
* Breaking Changes
* Hosts with the same name are now consolidated into one irrespective of the
user and port. This allows multiple declarations of a server to be made safely.
The last declared properties will win. See capistrnorb.com Properties documentation
The last declared properties will win. See capistranorb.com Properties documentation
for details.
* Inside the on() block the host variable is now a copy of the host, so changes can be
made within the block (such as dynamically overriding the user) that will not persist.