From 63806e6ce6f3df27389a8c20fa45d4f6b42f8eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Jan 2023 10:54:11 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 4bff961c2..4e1674e3e 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -739,8 +739,9 @@ See also: `MAGNUM_SHADERCONVERTER_STATIC_PLUGINS` CMake options for linking static plugins to the command-line utilities. See @ref building-features for more information. -- The `FindSDL2.cmake` module now looks for `SDL2-static` as well (see - [mosra/magnum#594](https://github.com/mosra/magnum/pull/594)) +- The `FindSDL2.cmake` module now looks for `SDL2-static` and `SDL2-staticd` + as well (see [mosra/magnum#594](https://github.com/mosra/magnum/pull/594) + and [mosra/magnum#613](https://github.com/mosra/magnum/pull/613)) - Fixed a typo in a CMake option name (see [mosra/magnum#599](https://github.com/mosra/magnum/pull/599)) - Worked around a MSVC2022 bug with constexpr conversion operators if C++20 is used, causing most @ref Math tests to fail compilation (see