From 4af5c5a8293263c16f8a65e8d232f2de52f41701 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Mon, 14 Aug 2023 07:24:44 -0700 Subject: [PATCH] chore(api): add change file for #7170 (#7611) --- .changes/api-ipc-refactor.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/api-ipc-refactor.md diff --git a/.changes/api-ipc-refactor.md b/.changes/api-ipc-refactor.md new file mode 100644 index 000000000..9b02a48cd --- /dev/null +++ b/.changes/api-ipc-refactor.md @@ -0,0 +1,5 @@ +--- +"@tauri-apps/api": patch:feat +--- + +Change the IPC call to align with the new format for the custom protocol based API.