From c2d41eabbeed469b8c17cca0f6d92b9ef6e46418 Mon Sep 17 00:00:00 2001 From: andrewdicken-stripe <89274571+andrewdicken-stripe@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:59:56 -0700 Subject: [PATCH] Add changelog entry for #549 (thread safety) (#553) --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 111109f7..70e3214c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -11,6 +11,7 @@ The following were removed as `fields` since their sublist class is not yet impl * Add `update_list` action where missing on supported item records (#546) * Ignore `after_submit_failed` status details (>= 2018.2) when collating errors in add action (#550) * Add `NullFieldList` to `SalesOrder` (#552) +* Add thread safety to NetSuite configuration and utilities (#549) ### Fixed