From e45ab27ca2a79f6402828441d76290274365eb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 16 Aug 2026 19:22:49 +0200 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 66e043d44..81137c578 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -936,6 +936,10 @@ See also: queries - Updated @ref Platform::AndroidApplication to not use a deprecated API that was removed in NDK 27 ([mosra/magnum#659](https://github.com/mosra/magnum/pull/659)) +- Removed old workarounds from @ref Platform::GlfwApplication that were fixed + in GLFW 3.3.1, 3.3.3 and 3.3.7, respectively. See [mosra/magnum#388](https://github.com/mosra/magnum/pull/388) + and [mosra/magnum#392](https://github.com/mosra/magnum/pull/392) for more + information. @subsubsection changelog-latest-changes-scenegraph SceneGraph library