From aef0ee4bfba8dd0e6b23bee4e170faf66c3e0e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 14 Feb 2022 21:08:32 +0100 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index c4f6a1f56..f3dec08b3 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -541,9 +541,15 @@ 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)) -- Switched Emscripten build from macOS to Ubuntu + Docker for 2x faster build - times (see [mosra/magnum#350](https://github.com/mosra/magnum/issues/350)) -- Linux, Emscripten and macOS builds were migrated from Travis to Circle CI +- Attempted a switch of Emscripten build on Travis CI from macOS to Ubuntu + + Docker for 2x faster build times in a futile attempt to not use the + extremely expensive features of a no-longer-free service. Ultimately, + Travis banned everyone from using their CI and so all Linux, macOS, + Emscripten, Android and iOS builds were migrated from Travis to Circle CI, + together with adding also an explicit ARM64 build and an ability to test + GLES and Vulkan functionality on Android. See + [mosra/magnum#350](https://github.com/mosra/magnum/issues/350) and + [mosra/magnum#523](https://github.com/mosra/magnum/issues/523). - `UseEmscripten` is no longer implicitly included on Emscripten as it's not needed for anything (see [mosra/magnum#490](https://github.com/mosra/magnum/issues/490)) - @ref Trade::ObjImporter "ObjImporter" uses exceptions internally and needs