1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

correct the changelog

git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6705 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jamis Buck 2007-05-09 04:05:39 +00:00
parent f2ae562833
commit fe4997a2e5

View file

@ -1,6 +1,6 @@
*SVN*
* Uniquely identify servers based on hostname, IP address, and username, instead of merely on hostname [Jamis Buck]
* Uniquely identify servers based on hostname, port, and username, instead of merely on hostname [Jamis Buck]
* Allow (e.g.) scm_command and local_scm_command to be set in the event of different paths to the scm command on local vs. remote hosts. [Jamis Buck]