diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6d8f66cb2..a4d8e5b14 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -41,6 +41,9 @@ Keep redirection. - Rename `ImGuiCol::ChildWindowBg` to `ImGuiCol::ChildBg`. Keep redirection. +- Upgrade glium to 0.22.0. This updates winit to 0.16. This changes the way +HIDPI are calculated. Depending on your needs, you may want to set HIDPI to 1 +by setting the environment variable `WINIT_HIDPI_FACTOR=1` if you use X11. ### Deprecated