From fee892e942780bebc6cc32e2f2e313b4771b66b0 Mon Sep 17 00:00:00 2001 From: David Bloss Date: Fri, 3 Jan 2025 11:10:42 -0600 Subject: [PATCH] update changie log --- .changes/unreleased/Refactor-20241227-103359.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changes/unreleased/Refactor-20241227-103359.yaml b/.changes/unreleased/Refactor-20241227-103359.yaml index 19645ae7..8fd91c85 100644 --- a/.changes/unreleased/Refactor-20241227-103359.yaml +++ b/.changes/unreleased/Refactor-20241227-103359.yaml @@ -1,3 +1,3 @@ kind: Refactor -body: 'BREAKING CHANGE: "Nullable" type now wraps all optional struct fields of API input objects. This "Nullable" type enables fields to be set to the JSON "null" value.' +body: 'BREAKING CHANGE: "Nullable" type now wraps optional "string", "ID", "bool", and timestamp struct fields of API input objects. This "Nullable" type enables fields to be set to the JSON "null" value.' time: 2024-12-27T10:33:59.906375-06:00