Cleanup CHANGELOG_PENDING after a release (#7689)

This commit is contained in:
Justin Van Patten 2021-07-30 05:21:58 -07:00 committed by GitHub
parent 669aa8a7ff
commit b2cf037bd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,3 @@
### Bug Fixes
- [cli] - Respect provider aliases
[#7166](https://github.com/pulumi/pulumi/pull/7166)
- [cli] - `pulumi stack ls` now returns all accessible stacks (removing
earlier cap imposed by the httpstate backend).
[#3620](https://github.com/pulumi/pulumi/issues/3620)
- [sdk/go] - Fix panics caused by logging from `ApplyT`, affecting
`pulumi-docker` and potentially other providers
[#7661](https://github.com/pulumi/pulumi/pull/7661)
- [sdk/python] - Handle unknown results from methods.
[#7677](https://github.com/pulumi/pulumi/pull/7677)