From 51488cf9c53f34866d7225c71691e28dd53fdbfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 13 Nov 2019 17:52:46 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 9db531461..a80aa7ccb 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -72,6 +72,12 @@ See also: - Ability to specify application return code in @ref Platform::AbstractXApplication::exit() +@subsubsection changelog-latest-changes-platform Platform libraries + +- 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)) + @subsubsection changelog-latest-changes-trade Trade library - For better usability, the @ref magnum-imageconverter "magnum-imageconverter"