From 51b8349c24af38373f2e0e1010186188c854af29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 30 Dec 2019 16:41:38 +0100 Subject: [PATCH] Doc++ --- doc/changelog.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index f0e1fc0d4..76e0bbeeb 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -105,10 +105,6 @@ See also: - The @ref PixelFormat and @ref CompressedPixelFormat enums can now be saved and retrieved from @ref Corrade::Utility::Configuration / @ref Corrade::Utility::Arguments -- @ref Platform::GlfwApplication now gracefully handles monitor sizes of zero - when calculating DPI scaling (see [mosra/magnum#388](https://github.com/mosra/magnum/pull/388)) -- Ability to specify application return code in - @ref Platform::AbstractXApplication::exit() @subsubsection changelog-latest-changes-gl GL library @@ -125,6 +121,10 @@ See also: @subsubsection changelog-latest-changes-platform Platform libraries +- @ref Platform::GlfwApplication now gracefully handles monitor sizes of zero + when calculating DPI scaling (see [mosra/magnum#388](https://github.com/mosra/magnum/pull/388)) +- Ability to specify application return code in + @ref Platform::AbstractXApplication::exit() - Worked around @ref Platform::GlfwApplication crash while creating GL context on a hidden window on Wayland (see [mosra/magnum#392](https://github.com/mosra/magnum/pull/392),