diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e307836b4..b8afae9671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Unreleased +- On Web, implement cursor grabbing through the pointer lock API. - On Android, fixed `WindowExtAndroid::config` initially returning an empty `Configuration`. - On Android, fixed `Window::scale_factor` and `MonitorHandle::scale_factor` initially always returning 1.0. -- On Web, implement cursor grabbing through the pointer lock api - On X11, select an appropriate visual for transparency if is requested - On Wayland and X11, fix diagonal window resize cursor orientation. - On macOS, drop the event callback before exiting.