mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Fix CHANGELOG entry for Event::MemoryWarning
While the changelog entries for beta releases doesn't really matter. The
change wasn't marked as breaking, while it is.
Fixes: 93f1000a0 (Add Occluded and MemoryWarning events for iOS/Android)
This commit is contained in:
@@ -31,6 +31,8 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||||||
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
|
- Add `Window::set_blur` to request a blur behind the window; implemented on Wayland for now.
|
||||||
- On Web, fix `ControlFlow::WaitUntil` to never wake up **before** the given time.
|
- On Web, fix `ControlFlow::WaitUntil` to never wake up **before** the given time.
|
||||||
- Add `Window::show_window_menu` to request a titlebar/system menu; implemented on Windows for now.
|
- Add `Window::show_window_menu` to request a titlebar/system menu; implemented on Windows for now.
|
||||||
|
- On iOS, send events `WindowEvent::Occluded(false)`, `WindowEvent::Occluded(true)` when application enters/leaves foreground.
|
||||||
|
- **Breaking** add `Event::MemoryWarning`; implemented on iOS/Android.
|
||||||
|
|
||||||
# 0.29.1-beta
|
# 0.29.1-beta
|
||||||
|
|
||||||
@@ -95,9 +97,6 @@ And please only add new entries to the top of this list, right below the `# Unre
|
|||||||
- On X11, add a `with_embedded_parent_window` function to the window builder to allow embedding a window into another window.
|
- On X11, add a `with_embedded_parent_window` function to the window builder to allow embedding a window into another window.
|
||||||
- On iOS, add force data to touch events when using the Apple Pencil.
|
- On iOS, add force data to touch events when using the Apple Pencil.
|
||||||
- On Android, add force data to touch events.
|
- On Android, add force data to touch events.
|
||||||
- On iOS, send events `WindowEvent::Occluded(false)`, `WindowEvent::Occluded(true)` when application enters/leaves foreground.
|
|
||||||
- on iOS, add event `Event::MemoryWarning`.
|
|
||||||
- On Android, add event `Event::MemoryWarning`.
|
|
||||||
|
|
||||||
# 0.29.0-beta.0
|
# 0.29.0-beta.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user