update CHANGELOG

This commit is contained in:
Mitchell Hashimoto 2015-06-29 14:01:39 -07:00
parent 2b0d2f4c7d
commit b686898d62
1 changed files with 5 additions and 3 deletions

View File

@ -2,9 +2,11 @@
BACKWARDS INCOMPATIBILITIES: BACKWARDS INCOMPATIBILITIES:
* `connection/ssh`: The `agent` field now defaults to `true` if * command/push: If a variable is already set within Atlas, it won't be
the `SSH_AGENT_SOCK` environment variable is present. In other words, updated unless the `-overwrite` flag is present [GH-2373]
`ssh-agent` support is now opt-out instead of opt-in functionality. [GH-2408] * 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 * `concat()` has been repurposed to combine lists instead of strings (old behavior
of joining strings is maintained in this version but is deprecated, strings of joining strings is maintained in this version but is deprecated, strings
should be combined using interpolation syntax, like "${var.foo}{var.bar}") should be combined using interpolation syntax, like "${var.foo}{var.bar}")