From 24dc1cda00a0580eeea311751c9a03194091bdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 4 Sep 2023 17:25:02 +0200 Subject: [PATCH] doc: update changelog. --- doc/changelog.dox | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/changelog.dox b/doc/changelog.dox index 11689011a..638a2fe13 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -942,7 +942,8 @@ See also: 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 + header. See [mosra/corrade#133](https://github.com/mosra/corrade/issues/133) + and 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