From a7986b077f961104915d59ae65b0f89490abf706 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 14 May 2023 20:36:23 +0300 Subject: [PATCH] Bump version on master This commit does not represent a release and only synchronizes CHANGELOG from the latest release. --- CHANGELOG.md | 5 ++++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ba7485..f7315803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ And please only add new entries to the top of this list, right below the `# Unre - **Breaking:** `CursorIcon` is now used from the `cursor-icon` crate. - **Breaking:** `CursorIcon::Hand` is now named `CursorIcon::Pointer`. - **Breaking:** `CursorIcon::Arrow` was removed. -- On macOS, fixed memory leak when getting monitor handle. - 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. @@ -21,6 +20,10 @@ 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`. + +# 0.28.6 + +- On macOS, fixed memory leak when getting monitor handle. - On macOS, fix `Backspace` being emitted when clearing preedit with it. # 0.28.5 diff --git a/Cargo.toml b/Cargo.toml index 8772306d..c5f9f406 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.5" +version = "0.28.6" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index f8b3e440..75e2c48b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.5" +winit = "0.28.6" ``` ## [Documentation](https://docs.rs/winit)