Bump version on master

This commit does not represent a release and only synchronizes CHANGELOG
from the latest release.
This commit is contained in:
Kirill Chibisov
2023-05-05 13:27:22 +03:00
committed by GitHub
parent d15feb5cfa
commit ad52c72e41
3 changed files with 7 additions and 4 deletions

View File

@@ -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