diff --git a/.changes/context-assets-unbox.md b/.changes/context-assets-unbox.md index 85bc756cb..489bf9b49 100644 --- a/.changes/context-assets-unbox.md +++ b/.changes/context-assets-unbox.md @@ -2,4 +2,4 @@ "tauri": patch:breaking --- -`Context::assets` now returns `&dyn Assets` instead of `Box<&dyn Assets>`. +`Context::assets` now returns `&dyn Assets` instead of `&A` generic.