From 5683239fb6cc7b1b05e70c22af79a6fc3bc7dd16 Mon Sep 17 00:00:00 2001 From: Brian Flad Date: Mon, 11 Dec 2023 13:27:45 -0500 Subject: [PATCH] Update CHANGELOG for #1288 --- .changes/unreleased/NOTES-20231107-141609.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changes/unreleased/NOTES-20231107-141609.yaml diff --git a/.changes/unreleased/NOTES-20231107-141609.yaml b/.changes/unreleased/NOTES-20231107-141609.yaml new file mode 100644 index 00000000000..32becee5e1a --- /dev/null +++ b/.changes/unreleased/NOTES-20231107-141609.yaml @@ -0,0 +1,7 @@ +kind: NOTES +body: 'all: If using terraform-plugin-framework or terraform-plugin-mux, + only upgrade this Go module when upgrading those Go modules or you may receive + a `missing method CallFunction` or `missing method GetFunctions` error when compiling' +time: 2023-11-07T14:16:09.783296-05:00 +custom: + Issue: "1288"