From 1f9fe3fe20253538158d07554c7a149b66eb9855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 3 Sep 2023 19:40:27 +0200 Subject: [PATCH] doc: updated changelog. --- doc/changelog.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index 897f2b411..678387861 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -948,6 +948,9 @@ See also: [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). +- The Emscripten toolchain now looks for `lib*.a` files in addition to `*.bc` + for better compatibility with 3rd party toolchains and package managers + like Vcpkg (see [mosra/magnum#520](https://github.com/mosra/magnum/issues/520)). - @ref Platform::Sdl2Application and @ref Platform::EmscriptenApplication now use `UTF8ToString` instead of `AsciiToString` as the latter is no longer included by default on Emscripten 3.1.21+ (see [mosra/magnum#619](https://github.com/mosra/magnum/issues/619)).