Update changelog

Fixes #6467
This commit is contained in:
Kovid Goyal 2023-07-16 13:13:09 +05:30
parent 18365789ab
commit 4ad529618c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -40,6 +40,8 @@ Detailed list of changes
- A new value for :opt:`background_image_layout` to scale the background image while preserving its aspect ratio. Also have centered images work even for images larger than the window size (:pull:`6458`)
- Fix a regression that caused using unicode placeholders to display images to break and also partially offscreen images to sometimes be slightly distorted (:iss:`6467`)
- macOS: Fix a regression that caused rendering to hang when transitioning to full screen with :opt:`macos_colorspace` set to ``default`` (:iss:`6435`)
- macOS: Fix a regression causing *burn-in* of text when resizing semi-transparent OS windows (:iss:`6439`)