mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-04 03:19:39 +03:00
9 lines
255 B
Markdown
9 lines
255 B
Markdown
---
|
|
"tauri": patch
|
|
"tauri-runtime": patch
|
|
"tauri-runtime-wry": patch
|
|
---
|
|
|
|
**Breaking:** `Context` fields are now private, and is expected to be created through `Context::new(...)`.
|
|
All fields previously available through `Context` are now public methods.
|