diff --git a/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml b/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml index 78bf40f7831b..414a878b7021 100644 --- a/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml +++ b/changelog/pending/20221108--pkg--allow-case-insensitive-prop-typecheck-on-traversal.yaml @@ -1,4 +1,4 @@ changes: - type: feat - scope: pkg - description: Allow case insensitive prop typecheck on traversal + scope: programgen + description: More programs can be converted to Pulumi when using `pulumi convert`, provider bridging, and conversion tools by allowing property accesses and field names to fall back to a case insensitive lookup.