diff --git a/CHANGELOG.md b/CHANGELOG.md index eac3bdf9c1..2cf6950f33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ BACKWARDS INCOMPATIBILITIES: 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 - of joining strings is maintained in this version but is deprecated, strings can be - combined strings using "${var.foo}{var.bar}" going forward) [GH-1790] + of joining strings is maintained in this version but is deprecated, strings + should be combined using interpolation syntax, like "${var.foo}{var.bar}") + [GH-1790] FEATURES: