chore: CHANGELOG

This commit is contained in:
Ashley Wulber 2024-03-25 15:50:26 -04:00
parent 504d07cd83
commit 2061b48c40
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -2,6 +2,8 @@
## 0.8.0 ## 0.8.0
- Add support for Drag and Drop behind the `dnd` feature
- **Breaking** Introduced generic surface type parameter for `Clipboard`.
- Add support for loading and storing custom data. - Add support for loading and storing custom data.
- **Breaking** `Clipboard::load` renamed to `Clipboard::load_text`. - **Breaking** `Clipboard::load` renamed to `Clipboard::load_text`.
- **Breaking** `Clipboard::load_primary` renamed to `Clipboard::load_primary_text`. - **Breaking** `Clipboard::load_primary` renamed to `Clipboard::load_primary_text`.