Update changelog. (#2866)

This commit is contained in:
CyrusNajmabadi 2019-06-23 09:48:14 -07:00 committed by GitHub
parent 7b8421f0b2
commit 8553683713
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,11 @@ CHANGELOG
## HEAD (Unreleased)
## 0.17.19 (2019-06-23)
- Fixes crash that could occasionally happen if there were multiple identical aliases to the same
Resource.
## 0.17.18 (2019-06-20)
- Allow setting backend URL explicitly in `Pulumi.yaml` file
@ -541,4 +546,3 @@ We appologize for the regression. (fixes [pulumi/pulumi#2414](https://github.co
- Pulumi now uses compression when uploading your checkpoint file to the Pulumi service, which should speed up updates where your stack has many resources.
- "First Class" providers used to be shown as changing during previews. This is no longer the case.