From 462bb4d3245d39f10dc3e0706cd6f892b8cd9e74 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 15 Oct 2022 09:30:25 +0300 Subject: [PATCH] Bump version on master This commit does not represent a release and only synchronizes CHANGELOG from the latest release. --- CHANGELOG.md | 7 +++++-- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9990cdbe..026e2bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,6 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased -- On Windows, emit `ReceivedCharacter` events on system keybindings. -- On Windows, fixed focus event emission on minimize. - On MacOS, made `accepts_first_mouse` configurable. - Migrated `WindowBuilderExtUnix::with_resize_increments` to `WindowBuilder`. - Added `Window::resize_increments`/`Window::set_resize_increments` to update resize increments at runtime for X11/macOS. @@ -24,6 +22,11 @@ And please only add new entries to the top of this list, right below the `# Unre - On Wayland, a new `wayland-csd-adwaita-crossfont` feature was added to use `crossfont` instead of `ab_glyph` for decorations. - On Wayland, if not otherwise specified use upstream automatic CSD theme selection. - On X11, added `WindowExtX11::with_parent` to create child windows. + +# 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. # 0.27.3 diff --git a/Cargo.toml b/Cargo.toml index a691f59a..e6464fba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.3" +version = "0.27.4" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index d9d09f6c..00a9d858 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.3" +winit = "0.27.4" ``` ## [Documentation](https://docs.rs/winit)