diff --git a/CHANGELOG_DRAFT.md b/CHANGELOG_DRAFT.md index cd268a43..8626fa7b 100644 --- a/CHANGELOG_DRAFT.md +++ b/CHANGELOG_DRAFT.md @@ -1,4 +1,4 @@ -## v3.7.3 +## v3.7.4 -- Enhanced Compatibility with `date-fns`: Updated internal code and dependencies to ensure better compatibility with the latest version of the `date-fns` library. -- Fixed Token Deregistration Bug: Adjusted the code to ensure that token deregistration completes successfully before initiating a disconnect. +- Removed calls to the `Promise.allSettled` API that were causing issues in some environments. +- Removed the default value of onOpenFileURL to maintain backward compatibility.