From 60b1e260f511f50bbebceb6367f412c11f8dcf11 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 16 Aug 2021 15:39:12 -0300 Subject: [PATCH] chore: adjust change file --- .changes/dialog-thread-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.