Bump version on master (#3332)

This commit does not represent a release and only synchronizes CHANGELOG
from the latest release.
This commit is contained in:
Kirill Chibisov
2023-12-27 10:30:59 +04:00
committed by GitHub
parent f78edc7ef1
commit ca1674519a
3 changed files with 8 additions and 3 deletions

View File

@@ -27,6 +27,11 @@ Unreleased` header.
- **Breaking:** Remove `WindowAttributes::fullscreen()` and expose as field directly.
- **Breaking:** Rename `VideoMode` to `VideoModeHandle` to represent that it doesn't hold static data.
# 0.29.7
- On X11, fix `Xft.dpi` reload during runtime.
- On X11, fix window minimize.
# 0.29.6
- On Web, fix context menu not being disabled by `with_prevent_default(true)`.