diff --git a/CHANGELOG.md b/CHANGELOG.md index 081c1e67..ce34648c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased -- On macOS, fix empty marked text blocking regular input. - On Wayland, fix maximized startup not taking full size on GNOME. - On Wayland, fix initial window size not restored for maximized/fullscreened on startup window. - On Wayland, `Window::outer_size` now accounts for **client side** decorations. @@ -18,7 +17,11 @@ And please only add new entries to the top of this list, right below the `# Unre - On Wayland, add `Window::drag_resize_window` method. - On Wayland, drop `WINIT_WAYLAND_CSD_THEME` variable. - Bump MSRV from `1.60` to `1.64`. -- On macOS, fixed potential panic when getting refresh rate. + +# 0.28.4 + +- On macOS, fix empty marked text blocking regular input. +- On macOS, fix potential panic when getting refresh rate. - On macOS, fix crash when calling `Window::set_ime_position` from another thread. # 0.28.3 diff --git a/Cargo.toml b/Cargo.toml index 11d2a1d3..cf34f223 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.3" +version = "0.28.4" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 1a22d515..cf42634f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.3" +winit = "0.28.4" ``` ## [Documentation](https://docs.rs/winit)