Skip to content

Commit

Permalink
Updated again 😃
Browse files Browse the repository at this point in the history
The `connection` concept is something people know right? So maybe this
would be a better description?
  • Loading branch information
Sander van Harmelen committed Jun 25, 2015
1 parent 2c98c0c commit 8e955b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BACKWARDS INCOMPATIBILITIES:

* `communicator/ssh`: The `agent` field now defaults to `true` if
* `connection/ssh`: The `agent` field now defaults to `true` if
the `SSH_AGENT_SOCK` environment variable is present. In other words,
`ssh-agent` support is now opt-out instead of opt-in functionality. [GH-2408]
* `concat()` has been repurposed to combine lists instead of strings (old behavior
Expand Down Expand Up @@ -31,7 +31,7 @@ FEATURES:
a OpenStack Swift. [GH-2254]
* command/output: support display of module outputs [GH-2102]
* core: `keys()` and `values()` funcs for map variables [GH-2198]
* communicator/ssh: SSH bastion host support and ssh-agent forwarding [GH-2425]
* connection/ssh: SSH bastion host support and ssh-agent forwarding [GH-2425]

IMPROVEMENTS:

Expand Down

0 comments on commit 8e955b5

Please sign in to comment.