From b455f88f40d88909f1e9828c4082997f47f3493a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 4 May 2023 00:42:00 +0300 Subject: [PATCH] Winit version 0.28.4 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81ce04a5..b884d3110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.28.4 + - On macOS, fix empty marked text blocking regular input. - On macOS, fixed potential panic when getting refresh rate. - On macOS, fix crash when calling `Window::set_ime_position` from another thread. diff --git a/Cargo.toml b/Cargo.toml index 5a7193f83..eaa953853 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 1a22d5153..cf42634f1 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)