Bump version on master

This commit does not represent a release and only synchronizes CHANGELOG
from the latest release.
This commit is contained in:
Kirill Chibisov 2024-06-15 20:04:14 +03:00
parent eef6977f45
commit 34c15608e0
5 changed files with 13 additions and 10 deletions

View file

@ -45,13 +45,6 @@ changelog entry.
- On Web, let events wake up event loop immediately when using
`ControlFlow::Poll`.
### Fixed
- On Web, fix `EventLoopProxy::send_event()` triggering event loop immediately
when not called from inside the event loop. Now queues a microtask instead.
- On Web, stop overwriting default cursor with `CursorIcon::Default`.
- On Web, prevent crash when using `InnerSizeWriter::request_inner_size()`.
### Removed
- Remove `EventLoop::run`.