diff --git a/src/changelog/unreleased.md b/src/changelog/unreleased.md index c9007e2e9c..1ab938ac51 100644 --- a/src/changelog/unreleased.md +++ b/src/changelog/unreleased.md @@ -177,7 +177,7 @@ changelog entry. let _ = event_loop.run_app(&mut state); ``` - That should be mostly it, it's just a matter of moving code around. + Please submit your feedback after migrating in [this issue](https://github.com/rust-windowing/winit/issues/3626). - Deprecate `Window::set_cursor_icon`, use `Window::set_cursor`.