diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-27 23:25:25 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:25:25 +0400 |
commit | b6b21f73ea2407d16d3ffb7036df5fa780c53b79 (patch) | |
tree | 2291e17490fcfb76a55c120e024c6345458e7b20 /CHANGELOG.md | |
parent | 187f9ca3e5c436a59e9c0249c5aa9de77058c05d (diff) | |
download | alacritty-b6b21f73ea2407d16d3ffb7036df5fa780c53b79.tar.gz alacritty-b6b21f73ea2407d16d3ffb7036df5fa780c53b79.zip |
Bump winit to 0.29.7
This also bumps other dependencies along the way.
Fixes #2886.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f6eb35dc..0534c103 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `IncreaseFontSize/DecreaseFontSize` step is now 1px - `font.size` precision was raised to 6 floating point digits - Default font size to `11.25` matching 15px +- `Xft.dpi` is now reloaded when xsettingd change its value on X11 ### Fixed |