Update CHANGELOG

This commit is contained in:
Poly 2021-10-16 18:59:42 +02:00 committed by Victor Berger
parent 8114bac8fd
commit d7b23c3271
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#### Clients & Protocols
- Remove `xdg-shell-unstable-v6` backwards compatibility
- `XdgPositionerState` moved to `XdgPopupState` and added to `XdgRequest::NewPopup`
- `PopupSurface::send_configure` now checks the protocol version and returns an `Result`
- `KeyboardHandle::input` filter closure now receives a `KeysymHandle` instead of a `Keysym` and returns a `FilterResult`.