From 2a1c48b40e4fcee9de35a95872df126ea390d302 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 14 Aug 2023 11:07:22 -0300 Subject: [PATCH] chore(api): add change file for #7170 --- .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 000000000000..5a72b0e6f7d2 --- /dev/null +++ b/.changes/api-ipc-refactor.md @@ -0,0 +1,5 @@ +--- +"api": patch:feat +--- + +Change the IPC call to align with the new format for the custom protocol based API.