Update CHANGELOG.md

This commit is contained in:
Paul Hinze 2015-06-24 12:38:54 -05:00
parent 9fc78d4ea1
commit 6175874cbd
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,9 @@ BACKWARDS INCOMPATIBILITIES:
the `SSH_AGENT_SOCK` environment variable is present. In other words, 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] `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 can be of joining strings is maintained in this version but is deprecated, strings
combined strings using "${var.foo}{var.bar}" going forward) [GH-1790] should be combined using interpolation syntax, like "${var.foo}{var.bar}")
[GH-1790]
FEATURES: FEATURES: