From 8554f3924dcdb66e52a7cebd0c5798daef982d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 8 Feb 2022 21:35:15 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index de86b7052..e0e910d69 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -40,6 +40,8 @@ See also: @subsection changelog-latest-new New features +- MSVC 2022 support. See also [mosra/corrade#124](https://github.com/mosra/corrade/issues/124) + and [mosra/magnum#552](https://github.com/mosra/magnum/issues/552). - New @ref NoAllocate constructor tag, to be used by the @ref Vk library - New @ref DefaultInit constructor tag, simply an alias to the existing @ref Corrade::DefaultInit tag