From aa9d06d7388cf7afd541481b3018f9ee53fcd1a7 Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Thu, 30 Jul 2020 11:08:26 -0700 Subject: [PATCH] mention url encoding as potential backwards incompatability --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4091ea8fb..e9848887e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ blocks after provisioning steps would run them sequentially, now doing this makes them start from the build artifact. To queue post-processors you now have to define them in a `post-processors` block. [GH-9638] +* post-processor/vSphere: We have fixed a bug in the ovftool URL encoding. This + may mean that you have performed an encoding workaround that is no longer + necessary. [GH-9589] ### FEATURES: