mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-15 21:53:59 +03:00
7 lines
205 B
Markdown
7 lines
205 B
Markdown
|
---
|
||
|
"tauri": patch
|
||
|
---
|
||
|
|
||
|
* **Breaking change**: Renamed `tauri::Event` to `tauri::RunEvent`
|
||
|
* Exported `tauri::Event` and `tauri::EventHandler` so you can define a function and pass it to `Window::listen`
|