Fix changelog (#2964)

This commit is contained in:
CyrusNajmabadi 2019-07-19 16:46:00 -07:00 committed by GitHub
parent 61b0c74c21
commit fa904a45e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,15 +3,13 @@ CHANGELOG
## 0.17.25 (2019-07-19)
- Internal changes to improve certain downstream scenarios around calling data-sources.
- Support for Dynamic Providers in Python [#2900](https://github.com/pulumi/pulumi/pull/2900)
## 0.17.24 (2019-07-19)
- Fix a crash when two different versions of `@pulumi/pulumi` are used in the same Pulumi program
[#2942](https://github.com/pulumi/pulumi/issues/2942)
- Support for Dynamic Providers in Python [#2900](https://github.com/pulumi/pulumi/pull/2900)
## 0.17.23 (2019-07-16)
- `pulumi new` allows specifying a local path to templates (resolves
[#2672](https://github.com/pulumi/pulumi/issues/2672))