diff --git a/.changes/dialog-thread-handling.md b/.changes/dialog-thread-handling.md index 062839ce6..f3727360b 100644 --- a/.changes/dialog-thread-handling.md +++ b/.changes/dialog-thread-handling.md @@ -2,5 +2,5 @@ "tauri": patch --- -Allow the `tauri::api::dialog` APIs to be executed on any thread. +Allow the `tauri::api::dialog` APIs to be executed on any secondary thread. **Breaking change:** All dialog APIs now takes a closure instead of returning the response on the function call.