mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-17 15:42:00 +03:00
8216cba13d
* Fix `App.create_window()` to accept any `Into<String>` type * Update changefile to show both changed functions * Reduce changefile level to patch Co-authored-by: Wouter Buckens <wouter@epicteddy.com>
6 lines
139 B
Markdown
6 lines
139 B
Markdown
---
|
|
"tauri": patch
|
|
---
|
|
|
|
Change `App.create_window()` and `AppHandle.create_window()` to accept an `Into<String>` type instead of `String`.
|