mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix a name-switch in the changelog
This commit is contained in:
parent
92bf8df157
commit
068204324b
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ implemented simply as `self.gsub(/\s+/, ' ')`.
|
|||
Here's the run-down of changes, and their committers, as always - a huge thank
|
||||
you to the community that continues to drive Capistrano's development.
|
||||
|
||||
* `deploy:setup` now respects `:group_writable` (Mathew Davies)
|
||||
* Fixes to `:scm_verbose` for the Git module (defaults to On.) (Daniel Duvall)
|
||||
* `deploy:setup` now respects `:group_writable` (Daniel Duvall)
|
||||
* Fixes to `:scm_verbose` for the Git module (defaults to On.) (Matthew Davies)
|
||||
* Will now copy hidden files in the project's root into the release
|
||||
directory (Mark Jaquith)
|
||||
* Now handles closing already-dead connections in a sane way (does not raise
|
||||
|
|
Loading…
Reference in a new issue