From 965379467e19a48546a01a1f0d9afd25d9041b0c Mon Sep 17 00:00:00 2001 From: Daniel Rivas <1887507+danielrs@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:06:11 -0600 Subject: [PATCH] chore: changelog for #3825 --- .changelog/3825.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changelog/3825.txt diff --git a/.changelog/3825.txt b/.changelog/3825.txt new file mode 100644 index 00000000000..49a6c891631 --- /dev/null +++ b/.changelog/3825.txt @@ -0,0 +1,7 @@ +```release-note:note +fix: The `placement_mode` attribute in script upload responses has been deprecated. The new attribute `placement.mode` should be used instead. +``` + +```release-note:enhancement +feat: Add new `placement` attribute object in script upload responses. It contains the `mode` and `status` attributes. +```