Update CHANGELOG

This commit is contained in:
Poly 2021-07-31 13:45:38 +02:00
parent 115403633b
commit e4c7822476
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@
#### Clients & Protocols
- `wlr-layer-shell-unstable-v1` support
- Added public api constants for the roles of `wl_shell_surface`, `zxdg_toplevel` and `xdg_toplevel`. See the
`shell::legacy` and `shell::xdg` modules for these constants.
- Whether a surface is toplevel equivalent can be determined with the new function `shell::is_toplevel_equivalent`.
- Whether a surface is toplevel equivalent can be determined with the new function `shell::is_toplevel_equivalent`.
- Setting the parent of a toplevel surface is now possible with the `xdg::ToplevelSurface::set_parent` function.
- Add support for the zxdg-foreign-v2 protocol.