tauri/.changes/fix-create-window-str.md
chip 8216cba13d
App.create_window() to accept any Into<String> type (fix #2290) (#2291)
* 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>
2021-07-26 08:28:50 -04:00

139 B

tauri
patch

Change App.create_window() and AppHandle.create_window() to accept an Into<String> type instead of String.