From ed640c06e564a9fb298b37bb2e4fa05e692b9054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 28 Nov 2020 12:03:16 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 5b271f52a..d66fa4c20 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -195,7 +195,7 @@ See also: inside a CMake subproject - Suppressed a warning specific to MinGW GCC 8+ (see [mosra/magnum#474](https://github.com/mosra/magnum/issues/474)) -- Linux and Emscripten builds were migrated from Travis to Circle CI +- Linux, Emscripten and macOS builds were migrated from Travis to Circle CI - @ref Trade::ObjImporter "ObjImporter" uses exceptions internally and needs an explicit exception-enabling flag when built with Emscripten 1.39.0 and newer