diff --git a/.changes/tauri-event-system-apis.md b/.changes/tauri-event-system-apis.md index ce2de073b76f..adc60a5a0fb9 100644 --- a/.changes/tauri-event-system-apis.md +++ b/.changes/tauri-event-system-apis.md @@ -9,3 +9,4 @@ The event system APIS on Rust is recieving a few changes for consistency and qua - Added `Manager::emit_filter`. - Removed `Window::emit`, and moved the implementation to `Manager::emit`. - Removed `Window::emit_and_trigger` and `Window::trigger`, use `Window::emit` instead. +- Changed `Window::emit_to` to only trigger the target window listeners so it won't be catched by `Manager::listen_global`