From 0b17528df01ab8ed02fbf17cbc96a4c4f4a96e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 30 Oct 2022 21:15:01 +0100 Subject: [PATCH] doc: updated changelog & credits. --- doc/changelog.dox | 3 +++ doc/credits.dox | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index ee5301fde..af710e9cd 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -716,6 +716,9 @@ See also: - The `FindSDL2.cmake` module now looks for `SDL2-static` as well (see [mosra/magnum#594](https://github.com/mosra/magnum/pull/594)) - 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 + [mosra/magnum#602](https://github.com/mosra/magnum/pull/602)) @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index e9a4bfa49..7a7e57fc8 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -222,7 +222,7 @@ Are the below lists missing your name or something's wrong? - **Siim Kallas** ([\@seemk](https://github.com/seemk)) --- @ref Platform::Sdl2Application improvements, bugfixes - **Stanislaw Halik** ([\@sthalik](https://github.com/sthalik)) --- - @ref Timeline additions + @ref Timeline additions, MSVC build fixes - **Steeve Morin** ([\@steeve](https://github.com/steeve)) --- iOS buildsystem improvements - **Stefan Wasilewski** ([\@smw](https://github.com/smw)) --- macOS port