Update CHANGELOG.md

The previous commit added a note in the wrong section. Simply move the
note and add some context that these new features only work in nodejs.
This commit is contained in:
Matt Ellis 2019-01-16 11:58:15 -08:00
parent bfcb07a164
commit 96b464a4b9

View file

@ -1,5 +1,9 @@
## 0.16.11 (Unreleased)
### Improvements
- In the nodejs SDK, `pulumi.interpolate` and `pulumi.concat` have been added as convenient ways to combine Output values into strings.
## 0.16.10 (Released January 11th, 2019)
### Improvements
@ -14,8 +18,6 @@
- Exporting a Resource from an application Stack now exports it as a rich recursive pojo instead of just being an opaque URN (fixes https://github.com/pulumi/pulumi/issues/1858).
- pulumi.interpolate and pulumi.concat have been added as convenient ways to combine Output values into strings.
## 0.16.9 (Released December 24th, 2018)
### Improvements