Update CHANGELOG for 0.16.10 release

This commit is contained in:
Luke Hoban 2019-01-11 15:18:34 -08:00
parent a3c64ed19a
commit 5ec78df73d

View file

@ -1,15 +1,21 @@
## 0.16.10 (Unreleased)
## 0.16.11 (Unreleased)
## 0.16.10 (Released January 11th, 2019)
### Improvements
- Support for first-class providers in Python.
- Fix a bug where `StackReference` outputs were not updated when changes occured in the referenced stack.
- Added `pulumi stack tag` commands for managing stack tags stored in the cloud backend.
- Link directly to /account/tokens when prompting for an access token.
## 0.16.9 (Released December 24th, 2018)
- 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).
## 0.16.9 (Released December 24th, 2018)
### Improvements
- Update the error message when When `pulumi` commands fail to detect your project to mention that `pulumi new` can be used to create a new project (fixes [pulumi/pulumi#2234](https://github.com/pulumi/pulumi/issues/2234))