Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Nov 15, 2024
1 parent ff8434c commit 1cc62b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Big thanks to @lunixbochs
- `TrayMethods`
- `OfflineReason`, see below #Changed
- `Orientation`
- `blocking::*`
- `blocking::*` for blocking API

## Removed

- `TrayService`
- `TrayService`, see the new `TrayMethods`
- Deprecated methods in 0.2

## Changed

- All methods that should be async are now async
- `Tray` now requires `Send + 'static`
- `Tray` now requires `Send + 'static`. If you are using `.spawn`, this won't affect you.
- `Tray::id` is a required method now, default impl removed
- `Tray::scroll(&mut self, i32, &str)` -> `Tray::scroll(&mut self, i32, Orientation)`
- `Tray::watcher_offline` have a new `OfflineReason` argument
Expand Down

0 comments on commit 1cc62b5

Please sign in to comment.