From 0fa6fe729296cf5fe42b23072c8bd01f59a34d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Sep 2023 13:18:34 +0200 Subject: [PATCH] doc: updated changelog and credits. --- doc/changelog.dox | 10 ++++++++++ doc/credits.dox | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 991de16f4..781a89b87 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -932,6 +932,16 @@ See also: - It's now possible to build dynamic libraries on Android and Emscripten with the usual options. Static libraries are still a default but it isn't enforced anymore. See [mosra/magnum#617](https://github.com/mosra/magnum/pull/617). +- The Emscripten toolchain now prefers include directory located in the + Emscripten cache, which as of Emscripten 3.0.4 contains the `version.h` + header. See also @ref platforms-html6-troubleshooting-including-files-from-emscripten-tree-not-supported + for troubleshooting info. +- The Emscripten toolchain now uses the `-flto` flag instead of `--llvm-lto`, + which was specific to the fastcomp backend that's removed as of Emscripten + 2.0, and sets up correct `emar` to be used for LTO. See + [mosra/toolchains#13](https://github.com/mosra/toolchains/issues/13), + [mosra/toolchains#14](https://github.com/mosra/toolchains/pull/14) and + [mosra/magnum#490](https://github.com/mosra/magnum/issues/490). @subsection changelog-latest-bugfixes Bug fixes diff --git a/doc/credits.dox b/doc/credits.dox index c7b161567..2aa39d8ba 100644 --- a/doc/credits.dox +++ b/doc/credits.dox @@ -82,7 +82,7 @@ Are the below lists missing your name or something's wrong? [Let us know!](https://magnum.graphics/contact/) - **Aaron Gokaslan** ([\@Skylion007](https://github.com/Skylion007)) --- - various minor code modernization, typo fixes + Emscripten LTO support, various minor code modernization, typo fixes - **[\@abgita](https://github.com/abgita)** --- minor typo fixes - **Alan Jefferson** ([\@alanjfs](https://github.com/alanjfs)) --- extensive usability and first-time-use feedback