From a4565ea916f5ffd32db79c88ec7a6c672cd0a2f0 Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Fri, 12 Mar 2021 09:52:41 -0600 Subject: [PATCH] Add transform upgrade bug fix changelog (#11090) --- changelog/_1757.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/_1757.txt diff --git a/changelog/_1757.txt b/changelog/_1757.txt new file mode 100644 index 0000000000..0362a1deb5 --- /dev/null +++ b/changelog/_1757.txt @@ -0,0 +1,4 @@ +```release-note: bug +transform (enterprise): Fix an issue with malformed transform configuration +storage when upgrading from 1.5 to 1.6. See Upgrade Notes for 1.6.x. +```