tauri/.changes/remove-shell-constructor.md
filip 509d4678b1
Support sending raw byte data to the "data" event for child command's stdout and stderr (#5789)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-03-31 12:51:27 -03:00

6 lines
116 B
Markdown

---
"api": minor
---
Removed shell's `Command` constructor and added the `Command.create` static function instead.