chore: update CHANGELOG

This commit is contained in:
Ashley Wulber 2024-02-28 15:37:42 -05:00
parent 0043c35b92
commit 0d110ddac3
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -1,5 +1,13 @@
# Change Log
## 0.8.0
- Add support for loading and storing custom data.
- **Breaking** `Clipboard::load` renamed to `Clipboard::load_text`.
- **Breaking** `Clipboard::load_primary` renamed to `Clipboard::load_primary_text`.
- **Breaking** `Clipboard::store` renamed to `Clipboard::store_text`.
- **Breaking** `Clipboard::store_primary` renamed to `Clipboard::store_primary_text`.
## 0.7.1
- Don't panic on display disconnect