Update changelist.

This commit is contained in:
CyrusNajmabadi 2019-10-16 11:58:11 -07:00 committed by GitHub
parent 95f85a7f28
commit 8272a48447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
## 1.3.2 (2019-10-16)
- Fix hangs and crashes related to use of `getResource` (i.e. `aws.ec2.getSubnetIds(...)`) methods,
including frequent hangs on Node.js 12. This fixes https://github.com/pulumi/pulumi/issues/3260)
and [hangs](https://github.com/pulumi/pulumi/issues/3309).