chore: adjust change file

This commit is contained in:
Lucas Nogueira 2021-08-16 15:39:12 -03:00
parent 126e18142f
commit 60b1e260f5
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
1 changed files with 1 additions and 1 deletions

View File

@ -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.