chore: update CHANGELOG
This commit is contained in:
parent
0043c35b92
commit
0d110ddac3
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue