Clean CHANGELOG_PENDING.md after v3.16.0 release (#8272)

This commit is contained in:
Anton Tayanovskyy 2021-10-20 14:16:56 -04:00 committed by GitHub
parent b8514450b5
commit 979f8d5c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +1,4 @@
### Improvements
- [codegen/dotnet] - Add helper function forms `$fn.Invoke` that
accept `Input`s, return an `Output`, and wrap the underlying
`$fn.InvokeAsync` call. This change addreses
[#5758](https://github.com/pulumi/pulumi/issues/) for .NET, making
it easier to compose functions/datasources with Pulumi resources.
NOTE for resource providers: the generated code requires Pulumi .NET
SDK 3.15 or higher.
[#7899](https://github.com/pulumi/pulumi/pull/7899)
- [auto/dotnet] - Add `pulumi state delete` and `pulumi state unprotect` functionality
[#8202](https://github.com/pulumi/pulumi/pull/8202)
### Bug Fixes