From c6b8168423c9445cc7a6c7855f2a2efabd42cfc8 Mon Sep 17 00:00:00 2001 From: Anton Tayanovskyy Date: Thu, 11 Nov 2021 17:39:56 -0500 Subject: [PATCH] Cleanup CHANGELOG_PENDING after 3.17.1 (#8392) --- CHANGELOG_PENDING.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index a7a4b5de5..5ecddce92 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,18 +1,3 @@ ### Improvements -- [codegen/docs] Edit docs codegen to document `$fnOutput` function - invoke forms in API documentation. - [#8287](https://github.com/pulumi/pulumi/pull/8287) - - ### Bug Fixes - -- [automation/python] - Fix deserialization of events. - [#8375](https://github.com/pulumi/pulumi/pull/8375) - -- [sdk/dotnet] - Fixes failing preview for programs that call data - sources (`F.Invoke`) with unknown outputs - [#8339](https://github.com/pulumi/pulumi/pull/8339) - -- [programgen/go] - Don't change imported resource names. - [#8353](https://github.com/pulumi/pulumi/pull/8353)