diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2a03c8..9b745bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,12 +29,15 @@ And please only add new entries to the top of this list, right below the `# Unre - **Breaking:** Removed `WindowExtWindows::theme` in favour of `Window::theme`. - Enabled `doc_auto_cfg` when generating docs on docs.rs for feature labels. +# 0.27.5 + +- On Wayland, fix byte offset in `Ime::Preedit` pointing to invalid bytes. + # 0.27.4 - On Windows, emit `ReceivedCharacter` events on system keybindings. - On Windows, fixed focus event emission on minimize. - On X11, fixed IME crashing during reload. -- On Wayland, fix byte offset in `Ime::Preedit` pointing to invalid bytes. # 0.27.3 diff --git a/Cargo.toml b/Cargo.toml index 3638df7a..40f56ffa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.4" +version = "0.27.5" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 00a9d858..45f35c0e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.4" +winit = "0.27.5" ``` ## [Documentation](https://docs.rs/winit)