From 4cc32a9505673f38dc007b853e761209ed68e862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 25 Nov 2020 15:54:56 +0100 Subject: [PATCH] Updated changelog and credits. --- doc/changelog.dox | 5 +++++ doc/credits.dox | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index f7755855a..a199ba9bf 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -153,6 +153,10 @@ See also: - @ref Platform::GlfwApplication now defaults to EGL on @ref MAGNUM_TARGET_DESKTOP_GLES "non-desktop" @ref MAGNUM_TARGET_GLES "GLES builds" (see [mosra/magnum#470](https://github.com/mosra/magnum/pull/470)) +- On Emscripten, @ref Platform::EmscriptenApplication used an internal + allocation function, which changed signature in 2.0.5 and caused runtime + failures when `-s ASSERTIONS` was enabled. A public stable API is now used + instead, see [mosra/magnum#483](https://github.com/mosra/magnum/pull/483). @subsubsection changelog-latest-changes-shaders Shaders library @@ -191,6 +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 @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index 79f4c226d..6a7d7a4fb 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -180,7 +180,7 @@ Are the below lists missing your name or something's wrong? Gentoo ebuild) - **Pablo Escobar** ([\@pezcode](https://github.com/pezcode)) --- @ref Math additions, support for multiple @ref Platform::EmscriptenApplication - canvases on one page + canvases on one page, Emscripten-focused fixes - **Pascal Thomet** ([\@pthom](https://github.com/pthom)) --- C++17 compilation fixes, buildsystem improvements, Hunter package - **Sam Spilsbury** ([\@smspillaz](https://github.com/smspillaz)) --- WebGL